次の方法で共有


RazorDirectiveAttribute(String, String) コンストラクター

定義

この型/メンバーは、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。 RazorDirectiveAttribute クラスの新しいインスタンスを初期化します。

public RazorDirectiveAttribute(string name, string value);
new System.Web.Razor.RazorDirectiveAttribute : string * string -> System.Web.Razor.RazorDirectiveAttribute
Public Sub New (name As String, value As String)

パラメーター

name
String

属性の名前。

value
String

属性の値。

適用対象