URIPattern MatchURIPath Method NFX Class Library

[This is preliminary documentation and is subject to change.]

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)

Namespace: NFX.Wave
Assembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public JSONDataMap MatchURIPath(
	Uri uri,
	bool senseCase = false
)

Return Value

Type: JSONDataMap
See Also