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
Mostrar archivo Open project: Daniel15/Website

Public Methods

Method 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 method

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.
return void