Property | Type | Description | |
---|---|---|---|
SectionContent | string | ||
SectionContent | string |
Method | Description | |
---|---|---|
MiniWebSectionTagHelper ( IMiniWebSite webSite, IHtmlHelper helper ) : System | ||
Process ( Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext context, Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput output ) : void |
Method | Description | |
---|---|---|
SectionContent ( IHtmlHelper html, ISitePage sitepage, IPageSection model ) : string | ||
SectionContent ( IHtmlHelper html, ISitePage sitepage, string section ) : string |
public MiniWebSectionTagHelper ( IMiniWebSite webSite, IHtmlHelper helper ) : System | ||
webSite | IMiniWebSite | |
helper | IHtmlHelper | |
return | System |
public Process ( Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext context, Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput output ) : void | ||
context | Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext | |
output | Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput | |
return | void |