RazorViewAttribute Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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. |