[This is preliminary documentation and is subject to change.]
The URIPattern type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| URIPattern | Initializes a new instance of the URIPattern class |
Methods
| Name | Description | |
|---|---|---|
Determines whether the specified object is equal to the current object. (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as the default hash function. (Inherited from | ||
Gets the (Inherited from | ||
| MakeURI |
Creates URI from the supplied values for this pattern
| |
| MatchURIPath |
Tries to match the pattern against the URI path section and returns a JSONDataMap match object filled with pattern match or NULL if pattern could not be matched.
JSONDataMap may be easily converted to dynamic by calling new JSONDynamicObject(map)
| |
Creates a shallow copy of the current (Inherited from | ||
Returns a string that represents the current object. (Inherited from |
Extension Methods
Properties
| Name | Description | |
|---|---|---|
| _____Chunks | ||
| Pattern |
Returns the original pattern
|
See Also