Partager via


RazorPageAttribute Classe

Définition

Attention

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

Obsolète : cet attribut a été remplacé par RazorCompiledItem et ne sera pas utilisé par le 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
Héritage
RazorPageAttribute
Attributs

Constructeurs

RazorPageAttribute(String, Type, String)
Obsolète.

Cet attribut a été remplacé par RazorCompiledItem et ne sera pas utilisé par le runtime.

Propriétés

Path
Obsolète.

Obtient le chemin d’accès de la vue.

(Hérité de RazorViewAttribute)
RouteTemplate
Obsolète.

Modèle d'itinéraire.

ViewType
Obsolète.

Obtient le type d’affichage.

(Hérité de RazorViewAttribute)

S’applique à