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 nebude používána modulem 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
- Dědičnost
-
RazorViewAttribute
- Odvozené
- Atributy
Konstruktory
| RazorViewAttribute(String, Type) |
Tato třída je nahrazena RazorCompiledItem a nebude používána modulem runtime. |
Vlastnosti
| Path |
Získá cestu zobrazení. |
| ViewType |
Získá typ zobrazení. |