Class MatchRelativeUriResult
Represents a result of Match Relative URI operation.
Inherited Members
Namespace: Nevatech.Vsb.Repository.Services
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public sealed class MatchRelativeUriResult
Constructors
MatchRelativeUriResult()
Declaration
public MatchRelativeUriResult()
Properties
BoundUri
Gets or sets the relative URI constructed from the provided binding template and the result of match operation.
Declaration
public string BoundUri { get; set; }
Property Value
Type | Description |
---|---|
String |
BoundVariables
Gets collection of variables initialized by the matching operation.
Declaration
public NameValueDictionary BoundVariables { get; }
Property Value
Type | Description |
---|---|
NameValueDictionary |
IsMatched
Gets or sets flag indicating that provided relative URI was matched by matching template.
Declaration
public bool IsMatched { get; set; }
Property Value
Type | Description |
---|---|
Boolean |