CompilingPathEventArgs Class

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Represents the base class for the compiling path that contains event data.

System.Object
  System.EventArgs
    System.Web.WebPages.Razor.CompilingPathEventArgs

Namespace:  System.Web.WebPages.Razor
Assembly:  System.Web.WebPages.Razor (in System.Web.WebPages.Razor.dll)

'Declaration
Public Class CompilingPathEventArgs _
	Inherits EventArgs
'Usage
Dim instance As CompilingPathEventArgs

The CompilingPathEventArgs type exposes the following members.

  NameDescription
Public methodCompilingPathEventArgsThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the CompilingPathEventArgs class.
Top

  NameDescription
Public propertyHostThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the host for the webpage razor.
Public propertyVirtualPathThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the virtual path for the webpage.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: