Freigeben über


DefaultHtmlGenerator.GenerateGroupsAndOptions Methode

Definition

Generiert <Optgroup-> und <Optionselemente> .

public:
 virtual 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
override this.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

Parameter

optionLabel
String

Optionaler Text für ein leeres <Standardoptionselement> .

selectList
IEnumerable<SelectListItem>

Eine Auflistung von Objekten, die zum Generieren <von SelectListItem Optgroup-> und <Optionselementen> verwendet werden.

Gibt zurück

Ein IHtmlContent instance für <Optgroup-> und <Optionselemente>.

Implementiert

Gilt für: