Share via


IDirectRouteBuilder.Template Property

 

Gets or sets the route template.

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

Syntax

string Template { get; set; }
property String^ Template {
    String^ get();
    void set(String^ value);
}
abstract Template : string with get, set
Property Template As String

Property Value

Type: System.String

The route template.

Remarks

This value is the core route template that remains after resolving and removing any inline constraints.

See Also

IDirectRouteBuilder Interface
System.Web.Mvc.Routing Namespace

Return to top