HttpRouteMatchPath interface
Path to match for routing.
Properties
rewrite | replacement string for matched part of the Uri. |
type | how to match value in the Uri |
value | Uri path to match for request. |
Property Details
rewrite
replacement string for matched part of the Uri.
rewrite?: string
Property Value
string
type
how to match value in the Uri
type: string
Property Value
string
value
Uri path to match for request.
value: string
Property Value
string
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for JavaScript