Share via


RouteAttribute.Template Property

 

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

Syntax

public string Template {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property String^ Template {
    [CompilerGeneratedAttribute]
    virtual String^ get() sealed;
    [CompilerGeneratedAttribute]
    private: virtual void set(String^ value) sealed;
}
abstract Template : string with get, private set
override Template : string with get, private set
Public Property Template As String
    Get
    Private Set
End Property

Property Value

Type: System.String

Returns String.

Implements

IHttpRouteInfoProvider.Template

See Also

RouteAttribute Class
System.Web.Http Namespace

Return to top