Aracılığıyla paylaş


HtmlContentBuilder Oluşturucular

Tanım

Aşırı Yüklemeler

HtmlContentBuilder()

Yeni bir HtmlContentBuilder oluşturur.

HtmlContentBuilder(IList<Object>)

Verilen girdi listesiyle yeni HtmlContentBuilder bir oluşturur.

HtmlContentBuilder(Int32)

Verilen ilk kapasiteyle yeni HtmlContentBuilder bir oluşturur.

HtmlContentBuilder()

Kaynak:
HtmlContentBuilder.cs
Kaynak:
HtmlContentBuilder.cs
Kaynak:
HtmlContentBuilder.cs

Yeni bir HtmlContentBuilder oluşturur.

public:
 HtmlContentBuilder();
public HtmlContentBuilder ();
Public Sub New ()

Şunlara uygulanır

HtmlContentBuilder(IList<Object>)

Kaynak:
HtmlContentBuilder.cs
Kaynak:
HtmlContentBuilder.cs
Kaynak:
HtmlContentBuilder.cs

Verilen girdi listesiyle yeni HtmlContentBuilder bir oluşturur.

public:
 HtmlContentBuilder(System::Collections::Generic::IList<System::Object ^> ^ entries);
public HtmlContentBuilder (System.Collections.Generic.IList<object> entries);
new Microsoft.AspNetCore.Html.HtmlContentBuilder : System.Collections.Generic.IList<obj> -> Microsoft.AspNetCore.Html.HtmlContentBuilder
Public Sub New (entries As IList(Of Object))

Parametreler

entries
IList<Object>

Girdi listesi. , HtmlContentBuilder bir kopya oluşturmadan bu listeyi kullanır.

Şunlara uygulanır

HtmlContentBuilder(Int32)

Kaynak:
HtmlContentBuilder.cs
Kaynak:
HtmlContentBuilder.cs
Kaynak:
HtmlContentBuilder.cs

Verilen ilk kapasiteyle yeni HtmlContentBuilder bir oluşturur.

public:
 HtmlContentBuilder(int capacity);
public HtmlContentBuilder (int capacity);
new Microsoft.AspNetCore.Html.HtmlContentBuilder : int -> Microsoft.AspNetCore.Html.HtmlContentBuilder
Public Sub New (capacity As Integer)

Parametreler

capacity
Int32

Yedekleme deposunun ilk kapasitesi.

Şunlara uygulanır