WindowsWebAppSiteConfigHandlerMapping

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

Constructors

Link copied to clipboard
constructor(arguments: String? = null, extension: String, scriptProcessorPath: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arguments: String? = null

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

Link copied to clipboard

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

Link copied to clipboard

Specifies the absolute path to the FastCGI application.