C# Class MiniWeb.Core.TagHelpers.MiniWebSectionTagHelper

Inheritance: Microsoft.AspNetCore.Razor.TagHelpers.TagHelper
Afficher le fichier Open project: IRooc/miniweb-coreclr

Private Properties

Свойство Type Description
SectionContent string
SectionContent string

Méthodes publiques

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

Private Methods

Méthode Description
SectionContent ( IHtmlHelper html, ISitePage sitepage, IPageSection model ) : string
SectionContent ( IHtmlHelper html, ISitePage sitepage, string section ) : string

Method Details

MiniWebSectionTagHelper() public méthode

public MiniWebSectionTagHelper ( IMiniWebSite webSite, IHtmlHelper helper ) : System
webSite IMiniWebSite
helper IHtmlHelper
Résultat System

Process() public méthode

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
Résultat void