C# 클래스 Grand.Web.Common.TagHelpers.PictureSourceTagHelper

상속: TagHelper
파일 보기 프로젝트 열기: grandnode/grandnode2

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
PictureSourceTagHelper ( IPictureService pictureService ) : Grand.Business.Storage.Interfaces
ProcessAsync ( TagHelperContext context, TagHelperOutput output ) : Task

메소드 상세

PictureSourceTagHelper() 공개 메소드

public PictureSourceTagHelper ( IPictureService pictureService ) : Grand.Business.Storage.Interfaces
pictureService IPictureService
리턴 Grand.Business.Storage.Interfaces

ProcessAsync() 공개 메소드

public ProcessAsync ( TagHelperContext context, TagHelperOutput output ) : Task
context TagHelperContext
output TagHelperOutput
리턴 Task