RazorViewAttribute Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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. |