C# 클래스 MiniWeb.Core.TagHelpers.MiniWebSectionTagHelper

상속: Microsoft.AspNetCore.Razor.TagHelpers.TagHelper
파일 보기 프로젝트 열기: IRooc/miniweb-coreclr

Private Properties

프로퍼티 타입 설명
SectionContent string
SectionContent string

공개 메소드들

메소드 설명
MiniWebSectionTagHelper ( IMiniWebSite webSite, IHtmlHelper helper ) : System
Process ( Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext context, Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput output ) : void

비공개 메소드들

메소드 설명
SectionContent ( IHtmlHelper html, ISitePage sitepage, IPageSection model ) : string
SectionContent ( IHtmlHelper html, ISitePage sitepage, string section ) : string

메소드 상세

MiniWebSectionTagHelper() 공개 메소드

public MiniWebSectionTagHelper ( IMiniWebSite webSite, IHtmlHelper helper ) : System
webSite IMiniWebSite
helper IHtmlHelper
리턴 System

Process() 공개 메소드

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
리턴 void