C# 클래스 Daniel15.Web.TagHelpers.YqlTagHelper

Performs YQL queries client-side, passing the returned data to a JavaScript function.
상속: Microsoft.AspNetCore.Razor.TagHelpers.TagHelper
파일 보기 프로젝트 열기: Daniel15/Website

공개 메소드들

메소드 설명
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