Click or drag to resize

WebServerOptions Properties

The WebServerOptions type exposes the following members.

Properties
  Name Description
Public property AuthTestPage Gets or sets the page name used to test user authorization.
Public property ClientCacheEnabled Gets or sets flag that determines if cache control is enabled for browser clients; default to true.
Public property ErrorTemplateName Gets or sets template file name to use when a Razor compile or execution exception occurs.
Public property MinifyJavascript Gets or sets value that determines if minification should be applied to rendered Javascript files.
Public property MinifyJavascriptExclusionExpression Gets or sets the regular expression that will exclude Javascript files from being minified. Assigning empty or null value results in all files targeted for minification.
Public property MinifyStyleSheets Gets or sets value that determines if minification should be applied to rendered CSS files.
Public property MinifyStyleSheetsExclusionExpression Gets or sets the regular expression that will exclude CSS files from being minified. Assigning empty or null value results in all files targeted for minification.
Public property PhysicalWebRootPath Gets physical path for WebRootPath.
Public property Readonly Gets an immutable version of the web server options.
Public property SessionToken Gets or sets the token used for identifying the session ID in cookie headers.
Public property UseMinifyInDebug Gets or sets value that determines if minification should be applied when running a Debug build.
Public property WebRootPath Gets or sets root path defined for this WebServer.
Top
See Also