Share via


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.

Inheritance Hierarchy

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)

Syntax

'Declaration
Public Class CompilingPathEventArgs _
    Inherits EventArgs
'Usage
Dim instance As CompilingPathEventArgs
public class CompilingPathEventArgs : EventArgs
public ref class CompilingPathEventArgs : public EventArgs
type CompilingPathEventArgs =  
    class 
        inherit EventArgs 
    end
public class CompilingPathEventArgs extends EventArgs

The CompilingPathEventArgs type exposes the following members.

Constructors

  Name Description
Public method CompilingPathEventArgs This 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

Properties

  Name Description
Public property Host This 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 property VirtualPath This 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

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

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

See Also

Reference

System.Web.WebPages.Razor Namespace