RazorViewAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
This attribute has been superseded by RazorCompiledItem and will not be used by the runtime.
このクラスは RazorCompiledItem に置き換えられ、ランタイムでは使用されません。
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
- 継承
-
RazorViewAttribute
- 派生
- 属性
コンストラクター
RazorViewAttribute(String, Type) |
古い.
このクラスは RazorCompiledItem に置き換えられ、ランタイムでは使用されません。 |
プロパティ
Path |
古い.
ビューのパスを取得します。 |
ViewType |
古い.
ビューの種類を取得します。 |