共用方式為


UrlRewriteActionParameters.SourcePattern Property

Definition

Gets or sets define a request URI pattern that identifies the type of requests that may be rewritten. If value is blank, all strings are matched.

[Newtonsoft.Json.JsonProperty(PropertyName="sourcePattern")]
public string SourcePattern { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="sourcePattern")>]
member this.SourcePattern : string with get, set
Public Property SourcePattern As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to