C# Class TagHelperSamples.Web.Controllers.SamplesController

Inheritance: Microsoft.AspNetCore.Mvc.Controller
Mostra file Open project: dpaquette/TagHelperSamples

Public Methods

Method Description
AlertTagHelper ( ) : IActionResult
GenFuTagHelper ( ) : IActionResult
Index ( ) : IActionResult
MarkdownTagHelper ( ) : IActionResult
ModalTagHelper ( ) : IActionResult
NavLinkTagHelper ( ) : IActionResult
ProgressBarTagHelper ( ) : IActionResult
TextEntryTagHelper ( TagHelperSamples.Web.Model.TestModel model = null ) : IActionResult

Method Details

AlertTagHelper() public method

public AlertTagHelper ( ) : IActionResult
return IActionResult

GenFuTagHelper() public method

public GenFuTagHelper ( ) : IActionResult
return IActionResult

Index() public method

public Index ( ) : IActionResult
return IActionResult

MarkdownTagHelper() public method

public MarkdownTagHelper ( ) : IActionResult
return IActionResult

ModalTagHelper() public method

public ModalTagHelper ( ) : IActionResult
return IActionResult

NavLinkTagHelper() public method

public NavLinkTagHelper ( ) : IActionResult
return IActionResult

ProgressBarTagHelper() public method

public ProgressBarTagHelper ( ) : IActionResult
return IActionResult

TextEntryTagHelper() public method

public TextEntryTagHelper ( TagHelperSamples.Web.Model.TestModel model = null ) : IActionResult
model TagHelperSamples.Web.Model.TestModel
return IActionResult