RazorViewAttribute Klasse

Definition

Achtung

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

Diese Klasse wird durch RazorCompiledItem ersetzt und von der Runtime nicht verwendet.

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
Vererbung
RazorViewAttribute
Abgeleitet
Attribute

Konstruktoren

RazorViewAttribute(String, Type)
Veraltet.

Diese Klasse wird durch RazorCompiledItem ersetzt und von der Runtime nicht verwendet.

Eigenschaften

Path
Veraltet.

Ruft den Pfad der Ansicht ab.

ViewType
Veraltet.

Ruft den Ansichtstyp ab.

Gilt für: