Declare how an F# union case matches to a URI.
Constructor | Description |
Full Usage:
EndPointAttribute(endpoint)
Parameters:
string
-
The endpoint URI path and query.
Returns: EndPointAttribute
|
|
Full Usage:
EndPointAttribute(path, query)
Parameters:
string[]
query : string
Returns: EndPointAttribute
|
|
Instance member | Description |
Full Usage:
this.Path
Returns: string[]
|
|
Full Usage:
this.Query
Returns: string
|