aspnet / Templates

This repo is OBSOLETE - please see the README file for information
Other
151 stars 57 forks source link

Razor Page scaffolder should add `@page "{id:int}"` directive #861

Closed Rick-Anderson closed 7 years ago

Rick-Anderson commented 7 years ago

The RP scaffolder should add @page "{id:int}" directive so generated links pass the ID as route data, not query strings.