Click or drag to resize
VariableReferencePrefix Property
This API is preliminary and subject to change.
Gets the number of Unicode code points to include from the variable expansion in the expanded URI, if this is a prefix variable reference (i.e. the : operator was used).

Namespace: TunnelVisionLabs.Net
Assembly: TunnelVisionLabs.Net.UriTemplate (in TunnelVisionLabs.Net.UriTemplate.dll) Version: 1.0.0-beta004
Syntax
public Nullable<int> Prefix { get; }

Property Value

Type: NullableInt32

The number of Unicode code points from the referenced variable expansion to include in the expanded URI.

-or-

if the number of code points for the expansion is not limited.

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