다음을 통해 공유


PageVirtualPathAttribute 클래스

정의

웹 페이지 클래스의 경로 특성을 나타냅니다.

[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
상속
PageVirtualPathAttribute
특성

생성자

PageVirtualPathAttribute(String)

지정된 가상 경로를 사용하여 클래스의 PageVirtualPathAttribute 새 instance 초기화합니다.

속성

VirtualPath

현재 웹 페이지의 가상 경로를 가져옵니다.

적용 대상