WebSiteUpdateConfigurationParameters.HandlerMapping.Extension Property

 

Gets or sets the extension of the file type that the script processor will handle.

Namespace:   Microsoft.WindowsAzure.Management.WebSites.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Syntax

public string Extension { get; set; }
public:
property String^ Extension {
    String^ get();
    void set(String^ value);
}
member Extension : string with get, set
Public Property Extension As String

Property Value

Type: System.String

The extension.

See Also

WebSiteUpdateConfigurationParameters.HandlerMapping Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top