PageVirtualPathAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |