UriTemplateTemplate Property |
This API is preliminary and subject to change.
Gets the original template text the
UriTemplate was constructed from.
Namespace: TunnelVisionLabs.NetAssembly: TunnelVisionLabs.Net.UriTemplate (in TunnelVisionLabs.Net.UriTemplate.dll) Version: 1.0.0-beta004
Syntax public string Template { get; }
Public ReadOnly Property Template As String
Get
public:
property String^ Template {
String^ get ();
}
member Template : string with get
Property Value
Type:
String
The original template text the
UriTemplate was constructed from.
Version Information .NET Framework
Supported in: 2.0
Portable Class Library
Supported in: Portable Class Library (Legacy)
URI Template Library
Supported in: 1.0
See Also