RazorPageAttribute 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
This attribute has been superseded by RazorCompiledItem and will not be used by the runtime.
사용되지 않음: 이 특성은 RazorCompiledItem으로 대체되었으며 런타임에서 사용되지 않습니다.
public ref class RazorPageAttribute : Microsoft::AspNetCore::Mvc::Razor::Compilation::RazorViewAttribute
public class RazorPageAttribute : Microsoft.AspNetCore.Mvc.Razor.Compilation.RazorViewAttribute
[System.Obsolete("This attribute has been superseded by RazorCompiledItem and will not be used by the runtime.")]
public class RazorPageAttribute : Microsoft.AspNetCore.Mvc.Razor.Compilation.RazorViewAttribute
type RazorPageAttribute = class
inherit RazorViewAttribute
[<System.Obsolete("This attribute has been superseded by RazorCompiledItem and will not be used by the runtime.")>]
type RazorPageAttribute = class
inherit RazorViewAttribute
Public Class RazorPageAttribute
Inherits RazorViewAttribute
- 상속
- 특성
생성자
RazorPageAttribute(String, Type, String) |
사용되지 않음.
이 특성은 RazorCompiledItem으로 대체되었으며 런타임에서 사용되지 않습니다. |
속성
Path |
사용되지 않음.
뷰의 경로를 가져옵니다. (다음에서 상속됨 RazorViewAttribute) |
RouteTemplate |
사용되지 않음.
경로 템플릿입니다. |
ViewType |
사용되지 않음.
뷰 형식을 가져옵니다. (다음에서 상속됨 RazorViewAttribute) |