Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

FromRouteAttribute doesn't seem to work in Razor Pages #6402

@sebastienros

Description

@sebastienros
[FromRoute] public string Foo {get;set;} 

With this route:

@page "{Foo}" 

Foo is empty, however I can access the value with RouteData.Values["Foo"]

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions