Sdílet prostřednictvím


TagsHelper.ConvertToTagsTable Method

Definition

Overloads

ConvertToTagsTable(IDictionary<String,String>)
ConvertToTagsTable(Hashtable)

ConvertToTagsTable(IDictionary<String,String>)

public static string ConvertToTagsTable (this System.Collections.Generic.IDictionary<string,string> tags);
static member ConvertToTagsTable : System.Collections.Generic.IDictionary<string, string> -> string
<Extension()>
Public Function ConvertToTagsTable (tags As IDictionary(Of String, String)) As String

Parameters

Returns

Applies to

ConvertToTagsTable(Hashtable)

public static string ConvertToTagsTable (this System.Collections.Hashtable tags);
static member ConvertToTagsTable : System.Collections.Hashtable -> string
<Extension()>
Public Function ConvertToTagsTable (tags As Hashtable) As String

Parameters

tags
Hashtable

Returns

Applies to