다음을 통해 공유


AttributeBlockCodeGenerator 생성자

정의

이 형식/멤버는 .NET Framework 인프라를 지원하며 코드에서 직접 사용할 수 없습니다. 클래스의 새 instance 초기화합니다AttributeBlockCodeGenerator.

public AttributeBlockCodeGenerator (string name, System.Web.Razor.Text.LocationTagged<string> prefix, System.Web.Razor.Text.LocationTagged<string> suffix);
new System.Web.Razor.Generator.AttributeBlockCodeGenerator : string * System.Web.Razor.Text.LocationTagged<string> * System.Web.Razor.Text.LocationTagged<string> -> System.Web.Razor.Generator.AttributeBlockCodeGenerator
Public Sub New (name As String, prefix As LocationTagged(Of String), suffix As LocationTagged(Of String))

매개 변수

name
String

이름입니다.

prefix
LocationTagged<String>

접두사 문자열입니다.

suffix
LocationTagged<String>

접미사 문자열입니다.

적용 대상