Метод | Описание | |
---|---|---|
BindByName ( |
||
BindByPosition ( |
||
GetHashCode ( ) : int | ||
IsEquivalentTo ( UriTemplate other ) : bool | ||
Match ( |
||
ToString ( ) : string | ||
UriTemplate ( string template ) : System |
Метод | Описание | |
---|---|---|
GetQueryStringVariableNames ( QuerySegment>.Dictionary |
||
GetVariableName ( string segmentText ) : string | ||
ParseQueryStringVariables ( |
||
ParseSegmentVariables ( List |
||
ParseSegments ( |
||
ParseTemplate ( string template ) : |
||
RemoveTrailingSlash ( string str ) : string | ||
SanitizeUriAsBaseUri ( |
public BindByName ( |
||
baseAddress | ||
parameters | ||
Результат |
public BindByPosition ( |
||
baseAddress | ||
Результат |
public IsEquivalentTo ( UriTemplate other ) : bool | ||
other | UriTemplate | |
Результат | bool |
public Match ( |
||
baseAddress | ||
candidate | ||
Результат | UriTemplateMatch |
public UriTemplate ( string template ) : System | ||
template | string | |
Результат | System |