C# Класс Sakura.AspNetCore.Mvc.TagHelpers.HtmlGeneratorHelper

Helper class for HTML generation. The code in this class are copy from ASP.NET official implementation for DefaultHtmlGenerator.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GenerateGroupsAndOptions ( string optionLabel, IEnumerable selectList ) : IHtmlContent
GenerateOption ( SelectListItem item ) : IHtmlContent
GenerateOption ( SelectListItem item, string text ) : TagBuilder Not used directly in HtmlHelper. Exposed for use in DefaultDisplayTemplates.

Описание методов

GenerateGroupsAndOptions() публичный статический Метод

public static GenerateGroupsAndOptions ( string optionLabel, IEnumerable selectList ) : IHtmlContent
optionLabel string
selectList IEnumerable
Результат IHtmlContent

GenerateOption() публичный статический Метод

public static GenerateOption ( SelectListItem item ) : IHtmlContent
item SelectListItem
Результат IHtmlContent

GenerateOption() публичный статический Метод

Not used directly in HtmlHelper. Exposed for use in DefaultDisplayTemplates.
public static GenerateOption ( SelectListItem item, string text ) : TagBuilder
item SelectListItem
text string
Результат TagBuilder