Share via


CompilingPathEventArgs Class

Definition

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.

public class CompilingPathEventArgs : EventArgs
type CompilingPathEventArgs = class
    inherit EventArgs
Public Class CompilingPathEventArgs
Inherits EventArgs
Inheritance
CompilingPathEventArgs

Constructors

CompilingPathEventArgs(String, WebPageRazorHost)

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.

Properties

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.

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.

Applies to