WindowsWebAppSlotSiteConfigHandlerMapping

data class WindowsWebAppSlotSiteConfigHandlerMapping(val arguments: String? = null, val extension: String, val scriptProcessorPath: String)

Constructors

constructor(arguments: String? = null, extension: String, scriptProcessorPath: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arguments: String? = null

Specify the command-line arguments to be passed to the script processor.

Link copied to clipboard

Specify which extension to be handled by the specified FastCGI application.

Link copied to clipboard

Specify the absolute path to the FastCGI application.