Freigeben über


RazorPageAttribute Klasse

Definition

Achtung

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

Veraltet: Dieses Attribut wurde von RazorCompiledItem ersetzt und wird von der Runtime nicht verwendet.

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
Vererbung
RazorPageAttribute
Attribute

Konstruktoren

RazorPageAttribute(String, Type, String)
Veraltet.

Dieses Attribut wurde durch RazorCompiledItem ersetzt und wird von der Runtime nicht verwendet.

Eigenschaften

Path
Veraltet.

Ruft den Pfad der Ansicht ab.

(Geerbt von RazorViewAttribute)
RouteTemplate
Veraltet.

Die Routenvorlage.

ViewType
Veraltet.

Ruft den Ansichtstyp ab.

(Geerbt von RazorViewAttribute)

Gilt für: