Compartir a través de


RazorViewAttribute Clase

Definición

Precaución

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

Esta clase se reemplaza por RazorCompiledItem y el tiempo de ejecución no lo usará.

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
Herencia
RazorViewAttribute
Derivado
Atributos

Constructores

RazorViewAttribute(String, Type)
Obsoletos.

Esta clase se reemplaza por RazorCompiledItem y el tiempo de ejecución no lo usará.

Propiedades

Path
Obsoletos.

Obtiene la ruta de acceso de la vista.

ViewType
Obsoletos.

Obtiene el tipo de vista.

Se aplica a