C# Class Daniel15.Web.TagHelpers.YqlTagHelper

Performs YQL queries client-side, passing the returned data to a JavaScript function.
Inheritance: Microsoft.AspNetCore.Razor.TagHelpers.TagHelper
Afficher le fichier Open project: Daniel15/Website

Méthodes publiques

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

Synchronously executes the T:Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelper with the given context and output.

Method Details

Process() public méthode

Synchronously executes the T:Microsoft.AspNetCore.Razor.Runtime.TagHelpers.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.
Résultat void