다음을 통해 공유


DistributedCacheTagHelper 생성자

정의

CacheTagHelper를 만듭니다.

public:
 DistributedCacheTagHelper(Microsoft::AspNetCore::Mvc::TagHelpers::Cache::IDistributedCacheTagHelperService ^ distributedCacheService, System::Text::Encodings::Web::HtmlEncoder ^ htmlEncoder);
public DistributedCacheTagHelper (Microsoft.AspNetCore.Mvc.TagHelpers.Cache.IDistributedCacheTagHelperService distributedCacheService, System.Text.Encodings.Web.HtmlEncoder htmlEncoder);
new Microsoft.AspNetCore.Mvc.TagHelpers.DistributedCacheTagHelper : Microsoft.AspNetCore.Mvc.TagHelpers.Cache.IDistributedCacheTagHelperService * System.Text.Encodings.Web.HtmlEncoder -> Microsoft.AspNetCore.Mvc.TagHelpers.DistributedCacheTagHelper
Public Sub New (distributedCacheService As IDistributedCacheTagHelperService, htmlEncoder As HtmlEncoder)

매개 변수

htmlEncoder
HtmlEncoder

HtmlEncoder

적용 대상