C# Class TagHelperDemo.TagHelpers.ImgTagHelper

Inheritance: Microsoft.AspNet.Razor.Runtime.TagHelpers.TagHelper
Afficher le fichier Open project: NTaylorMullen/MVPSummit_2015

Méthodes publiques

Méthode Description
Process ( Microsoft.AspNet.Razor.Runtime.TagHelpers.TagHelperContext context, Microsoft.AspNet.Razor.Runtime.TagHelpers.TagHelperOutput output ) : void

Method Details

Process() public méthode

public Process ( Microsoft.AspNet.Razor.Runtime.TagHelpers.TagHelperContext context, Microsoft.AspNet.Razor.Runtime.TagHelpers.TagHelperOutput output ) : void
context Microsoft.AspNet.Razor.Runtime.TagHelpers.TagHelperContext
output Microsoft.AspNet.Razor.Runtime.TagHelpers.TagHelperOutput
Résultat void