次の方法で共有


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

定義

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

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

パラメーター

name
String

ディレクティブ属性の名前。

value
String

ディレクティブ属性の値。

適用対象