次の方法で共有


RazorViewAttribute クラス

定義

注意事項

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
古い.

ビューの種類を取得します。

適用対象