Share via


IHandlerMapping.Extension Property

Definition

Requests with this extension will be handled using the specified FastCGI application.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Requests with this extension will be handled using the specified FastCGI application.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="extension")]
public string Extension { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Requests with this extension will be handled using the specified FastCGI application.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="extension")>]
member this.Extension : string with get, set
Public Property Extension As String

Property Value

Attributes

Applies to