다음을 통해 공유


RazorViewAttribute 클래스

정의

주의

This attribute has been superseded by RazorCompiledItem and will not be used by the runtime.

이 클래스는 RazorCompiledItem으로 대체되며 런타임에서 사용되지 않습니다.

public ref class RazorViewAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
public class RazorViewAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
[System.Obsolete("This attribute has been superseded by RazorCompiledItem and will not be used by the runtime.")]
public class RazorViewAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)>]
type RazorViewAttribute = class
    inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)>]
[<System.Obsolete("This attribute has been superseded by RazorCompiledItem and will not be used by the runtime.")>]
type RazorViewAttribute = class
    inherit Attribute
Public Class RazorViewAttribute
Inherits Attribute
상속
RazorViewAttribute
파생
특성

생성자

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

이 클래스는 RazorCompiledItem으로 대체되며 런타임에서 사용되지 않습니다.

속성

Path
사용되지 않음.

뷰의 경로를 가져옵니다.

ViewType
사용되지 않음.

뷰 형식을 가져옵니다.

적용 대상