다음을 통해 공유


IHtmlGenerator.GenerateGroupsAndOptions 메서드

정의

옵트그룹> 및 <옵션> 요소를 생성합니다<.

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

매개 변수

optionLabel
String

기본 빈 <옵션> 요소에 대한 선택적 텍스트입니다.

selectList
IEnumerable<SelectListItem>

옵트그룹 및 <옵션> 요소를 생성하는 <데 사용되는 개체의 SelectListItem 컬렉션입니다>.

반환

IHtmlContent 옵트그룹> 및 <옵션> 요소에 대한 <instance.

적용 대상