| RestInvokeAttributeUriTemplate Property |
Gets or sets the URL Template
Namespace:
RestSrvr.Attributes
Assembly:
RestSrvr (in RestSrvr.dll) Version: 2.2.1
Syntax public string UriTemplate { get; set; }
Public Property UriTemplate As String
Get
Set
public:
property String^ UriTemplate {
String^ get ();
void set (String^ value);
}
member UriTemplate : string with get, set
Property Value
Type:
StringSee Also