C# Class MiniWeb.Core.TagHelpers.MiniWebSectionTagHelper

Inheritance: Microsoft.AspNetCore.Razor.TagHelpers.TagHelper
Mostrar archivo Open project: IRooc/miniweb-coreclr

Private Properties

Property Type Description
SectionContent string
SectionContent string

Public Methods

Method Description
MiniWebSectionTagHelper ( IMiniWebSite webSite, IHtmlHelper helper ) : System
Process ( Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext context, Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput output ) : void

Private Methods

Method Description
SectionContent ( IHtmlHelper html, ISitePage sitepage, IPageSection model ) : string
SectionContent ( IHtmlHelper html, ISitePage sitepage, string section ) : string

Method Details

MiniWebSectionTagHelper() public method

public MiniWebSectionTagHelper ( IMiniWebSite webSite, IHtmlHelper helper ) : System
webSite IMiniWebSite
helper IHtmlHelper
return System

Process() public method

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