C# Class Sakura.AspNetCore.Mvc.TagHelpers.IdFormatTagHelper

Inheritance: Microsoft.AspNetCore.Razor.TagHelpers.TagHelper
Mostrar archivo Open project: sgjsakura/AspNetCore

Private Properties

Property Type Description

Public Methods

Method Description
Process ( Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext context, Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput output ) : void

Synchronously executes the TagHelper with the given context and output.

Protected Methods

Method Description
GetNextCount ( ) : int

Get next count for current id format.

Method Details

GetNextCount() protected method

Get next count for current id format.
protected GetNextCount ( ) : int
return int

Process() public method

Synchronously executes the TagHelper with the given context and output.
public Process ( Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext context, Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput output ) : void
context Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext Contains information associated with the current HTML tag.
output Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput A stateful HTML element used to generate an HTML tag.
return void