Compartilhar via


RazorViewAttribute Classe

Definição

Cuidado

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

Essa classe é substituída por RazorCompiledItem e não será usada pelo runtime.

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
Herança
RazorViewAttribute
Derivado
Atributos

Construtores

RazorViewAttribute(String, Type)
Obsoleto.

Essa classe é substituída por RazorCompiledItem e não será usada pelo runtime.

Propriedades

Path
Obsoleto.

Obtém o caminho da exibição.

ViewType
Obsoleto.

Obtém o tipo de exibição.

Aplica-se a