다음을 통해 공유


RazorPageAttribute 클래스

정의

주의

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
특성

생성자

RazorPageAttribute(String, Type, String)
사용되지 않음.

이 특성은 RazorCompiledItem으로 대체되었으며 런타임에서 사용되지 않습니다.

속성

Path
사용되지 않음.

뷰의 경로를 가져옵니다.

(다음에서 상속됨 RazorViewAttribute)
RouteTemplate
사용되지 않음.

경로 템플릿입니다.

ViewType
사용되지 않음.

뷰 형식을 가져옵니다.

(다음에서 상속됨 RazorViewAttribute)

적용 대상