다음을 통해 공유


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

지시문 특성의 값입니다.

적용 대상