Share via


IDirectRouteBuilder.Defaults Property

 

Gets or sets the route defaults.

Namespace:   System.Web.Mvc.Routing
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Syntax

RouteValueDictionary Defaults { get; set; }
property RouteValueDictionary^ Defaults {
    RouteValueDictionary^ get();
    void set(RouteValueDictionary^ value);
}
abstract Defaults : RouteValueDictionary with get, set
Property Defaults As RouteValueDictionary

Property Value

Type: System.Web.Routing.RouteValueDictionary

The route defaults.

See Also

IDirectRouteBuilder Interface
System.Web.Mvc.Routing Namespace

Return to top