C# Класс Daniel15.Web.TagHelpers.YqlTagHelper

Performs YQL queries client-side, passing the returned data to a JavaScript function.
Наследование: Microsoft.AspNetCore.Razor.TagHelpers.TagHelper
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Process() публичный Метод

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.
Результат void