RazorPageAttribute Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cuidado
This attribute has been superseded by RazorCompiledItem and will not be used by the runtime.
Obsoleto: esse atributo foi substituído por RazorCompiledItem e não será usado pelo runtime.
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
- Herança
- Atributos
Construtores
RazorPageAttribute(String, Type, String) |
Obsoleto.
Esse atributo foi substituído por RazorCompiledItem e não será usado pelo runtime. |
Propriedades
Path |
Obsoleto.
Obtém o caminho da exibição. (Herdado de RazorViewAttribute) |
RouteTemplate |
Obsoleto.
O modelo de rota. |
ViewType |
Obsoleto.
Obtém o tipo de exibição. (Herdado de RazorViewAttribute) |