Click or drag to resize

AbsoluteStylesheetHandler Class

[Missing <summary> documentation for "T:Cadcorp.Web.UI.EmbeddableMaps.AbsoluteStylesheetHandler"]

Inheritance Hierarchy
SystemObject
  Cadcorp.Web.UITextFileHandler
    Cadcorp.Web.UI.EmbeddableMapsAbsoluteStylesheetHandler

Namespace:  Cadcorp.Web.UI.EmbeddableMaps
Assembly:  Cadcorp.Web.UI (in Cadcorp.Web.UI.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public class AbsoluteStylesheetHandler : TextFileHandler

The AbsoluteStylesheetHandler type exposes the following members.

Constructors
  NameDescription
Public methodAbsoluteStylesheetHandler
Initializes a new instance of the AbsoluteStylesheetHandler class
Top
Properties
  NameDescription
Public propertyIsReusable
You will need to configure this handler in the Web.config file of your web and register it with IIS before being able to use it. For more information see the following link: http://go.microsoft.com/?linkid=8101007
(Inherited from TextFileHandler.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodCode exampleGetBaseURL
Converts the provided app-relative path into an absolute Url containing the full host name
(Inherited from TextFileHandler.)
Protected methodGetFileAsString (Inherited from TextFileHandler.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodProcessRequest(HttpContext) (Overrides TextFileHandlerProcessRequest(HttpContext).)
Protected methodProcessRequest(HttpContext, IEnumerableString, String)
Output multiple files from the handler.
(Inherited from TextFileHandler.)
Protected methodProcessRequest(HttpContext, String, String, String)
Output a single file from the handler.
(Inherited from TextFileHandler.)
Protected methodSendResponse (Inherited from TextFileHandler.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also