RazorViewAttribute Třída

Definice

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í.

Platí pro