Click or drag to resize
TextContentEventArgs Class
The event args that are raised by the web site for text content events.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    VirtualRadar.Interface.WebSiteTextContentEventArgs

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class TextContentEventArgs : EventArgs

The TextContentEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodTextContentEventArgs
Creates a new object.
Top
Properties
  NameDescription
Public propertyContent
Gets or sets the text content.
Public propertyEncoding
Gets or sets the encoding of the content.
Public propertyPathAndFile
Gets the path and file of the request from root.
Public propertyRequest
Gets the request that generated this content.
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 methodGetHashCode
Serves as a hash function for a particular type.
(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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also