IHtmlGenerator.GenerateGroupsAndOptions Metoda

Definice

Vygeneruje optgroup> a <option> elementy<.

public:
 Microsoft::AspNetCore::Html::IHtmlContent ^ GenerateGroupsAndOptions(System::String ^ optionLabel, System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Mvc::Rendering::SelectListItem ^> ^ selectList);
public Microsoft.AspNetCore.Html.IHtmlContent GenerateGroupsAndOptions (string optionLabel, System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Mvc.Rendering.SelectListItem> selectList);
abstract member GenerateGroupsAndOptions : string * seq<Microsoft.AspNetCore.Mvc.Rendering.SelectListItem> -> Microsoft.AspNetCore.Html.IHtmlContent
Public Function GenerateGroupsAndOptions (optionLabel As String, selectList As IEnumerable(Of SelectListItem)) As IHtmlContent

Parametry

optionLabel
String

Volitelný text pro výchozí prázdný <prvek možnosti> .

selectList
IEnumerable<SelectListItem>

Kolekce objektů sloužících SelectListItem ke generování <optgroup> a <option> elementů.

Návraty

Instance IHtmlContent pro <optgroup> a <option> elementy.

Platí pro