Share via


IHttpRouteInfoProvider.Template Property

 

Gets the route template describing the URI pattern to match against.

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

Syntax

string Template { get; }
property String^ Template {
    String^ get();
}
abstract Template : string with get
ReadOnly Property Template As String

Property Value

Type: System.String

See Also

IHttpRouteInfoProvider Interface
System.Web.Http.Routing Namespace

Return to top