ReceiveRequest.Path 属性

定义

获取或设置此请求要路由到的路径。

public string Path { get; set; }
member this.Path : string with get, set
Public Property Path As String

属性值

要路由到的请求的 URL 样式路径的字符串表示形式。

适用于