Condividi tramite


RazorViewAttribute Classe

Definizione

Attenzione

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

Questa classe viene sostituita da RazorCompiledItem e non verrà usata dal runtime.

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
Ereditarietà
RazorViewAttribute
Derivato
Attributi

Costruttori

RazorViewAttribute(String, Type)
Obsoleti.

Questa classe viene sostituita da RazorCompiledItem e non verrà usata dal runtime.

Proprietà

Path
Obsoleti.

Ottiene il percorso della visualizzazione.

ViewType
Obsoleti.

Ottiene il tipo di visualizzazione.

Si applica a