RouteFactoryAttribute.Defaults Property

Definition

Gets the route defaults.

public virtual System.Web.Routing.RouteValueDictionary Defaults { get; }
member this.Defaults : System.Web.Routing.RouteValueDictionary
Public Overridable ReadOnly Property Defaults As RouteValueDictionary

Property Value

The route defaults, if any; otherwise null.

Applies to