RazorViewAttribute Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Upozornění
This attribute has been superseded by RazorCompiledItem and will not be used by the runtime.
Tato třída je nahrazena RazorCompiledItem a modul runtime ji nebude používat.
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
- Dědičnost
-
RazorViewAttribute
- Odvozené
- Atributy
Konstruktory
RazorViewAttribute(String, Type) |
Zastaralé.
Tato třída je nahrazena RazorCompiledItem a modul runtime ji nebude používat. |
Vlastnosti
Path |
Zastaralé.
Získá cestu zobrazení. |
ViewType |
Zastaralé.
Získá typ zobrazení. |