RazorDirectiveAttributeCodeGenerator(String, String) Konstruktor

Definice

Tento typ/člen podporuje infrastrukturu rozhraní .NET Framework a není určen k použití přímo z vašeho kódu. Inicializuje novou instanci RazorDirectiveAttributeCodeGenerator třídy .

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)

Parametry

name
String

Název atributu direktivy.

value
String

Hodnota atributu direktivy.

Platí pro