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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for JavaScript