RazorViewAttribute Klasa
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przestroga
This attribute has been superseded by RazorCompiledItem and will not be used by the runtime.
Ta klasa jest zastępowana przez środowisko uruchomieniowe RazorCompiledItem i nie będzie używana przez środowisko uruchomieniowe.
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
- Dziedziczenie
-
RazorViewAttribute
- Pochodne
- Atrybuty
Konstruktory
RazorViewAttribute(String, Type) |
Przestarzałe.
Ta klasa jest zastępowana przez środowisko uruchomieniowe RazorCompiledItem i nie będzie używana przez środowisko uruchomieniowe. |
Właściwości
Path |
Przestarzałe.
Pobiera ścieżkę widoku. |
ViewType |
Przestarzałe.
Pobiera typ widoku. |