RazorPageAttribute 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.
Obsoleto: razorCompiledItem ha reemplazado este atributo y el tiempo de ejecución no lo usará.
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
- Herencia
- Atributos
Constructores
RazorPageAttribute(String, Type, String) |
Obsoletos.
RazorCompiledItem ha reemplazado este atributo y el tiempo de ejecución no lo usará. |
Propiedades
Path |
Obsoletos.
Obtiene la ruta de acceso de la vista. (Heredado de RazorViewAttribute) |
RouteTemplate |
Obsoletos.
Plantilla de la ruta. |
ViewType |
Obsoletos.
Obtiene el tipo de vista. (Heredado de RazorViewAttribute) |