HandlerMapping.Extension Property

Definition

Gets or sets requests with this extension will be handled using the specified FastCGI application.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to