PageVirtualPathAttribute Class

Definition

Represents a path attribute for a web page class.

[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public sealed class PageVirtualPathAttribute : Attribute
type PageVirtualPathAttribute = class
    inherit Attribute
Public NotInheritable Class PageVirtualPathAttribute
Inherits Attribute
Inheritance
PageVirtualPathAttribute
Attributes

Constructors

PageVirtualPathAttribute(String)

Initializes a new instance of the PageVirtualPathAttribute class by using the specified virtual path.

Properties

VirtualPath

Gets the virtual path of the current web page.

Applies to