Click or drag to resize
FromRouteAttribute Class
Specifies that a parameter or property should be bound using route-data from the current request.

This is empty attribute in .NET Full Framework implementation and needed only for lexical code identity with ASP.NET Core.

Inheritance Hierarchy
SystemObject
  SystemAttribute
    Kentico.Web.Mvc.InternalFromRouteAttribute

Namespace: Kentico.Web.Mvc.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public sealed class FromRouteAttribute : Attribute

The FromRouteAttribute type exposes the following members.

Constructors
  NameDescription
Public methodFromRouteAttribute
Top
See Also