WebSiteUpdateConfigurationParameters.HandlerMapping.ScriptProcessor Property
Gets or sets the absolute path to the location of the executable file that will handle the files specified in the Extension property.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public string ScriptProcessor { get; set; }
public:
property String^ ScriptProcessor {
String^ get();
void set(String^ value);
}
member ScriptProcessor : string with get, set
Public Property ScriptProcessor As String
Property Value
Type: System.String
The absolute path.
See Also
WebSiteUpdateConfigurationParameters.HandlerMapping Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top