Click or drag to resize

ReadonlyWebServerOptions Class

Represents an immutable version of WebServerOptions.
Inheritance Hierarchy
SystemObject
  GSF.Web.HostingReadonlyWebServerOptions

Namespace: GSF.Web.Hosting
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public class ReadonlyWebServerOptions
View Source

The ReadonlyWebServerOptions type exposes the following members.

Properties
 NameDescription
Public propertyAuthTestPage Gets the page name used to test user authorization.
Public propertyClientCacheEnabled Gets flag that determines if cache control is enabled for browser clients; default to true.
Public propertyErrorTemplateName Gets template file name to use when a Razor compile or execution exception occurs.
Public propertyMinifyJavascript Gets value that determines if minification should be applied to rendered Javascript files.
Public propertyMinifyJavascriptExclusionExpression Gets regular expression that will exclude Javascript files from being minified.
Public propertyMinifyStyleSheets Gets value that determines if minification should be applied to rendered CSS files.
Public propertyMinifyStyleSheetsExclusionExpression Gets regular expression that will exclude CSS files from being minified.
Public propertyPhysicalWebRootPath Gets physical path for WebRootPath.
Public propertySessionToken Gets the token used for identifying the session ID in cookie headers.
Public propertyUseMinifyInDebug Gets value that determines if minification should be applied when running a Debug build.
Public propertyWebRootPath Gets root path defined for this WebServer.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also