AttributeBlockCodeGenerator 建構函式

定義

此類型/成員支援.NET Framework基礎結構,不適合直接從您的程式碼使用。初始化 類別的新實例 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>

後置字元字串。

適用於