DistributedCacheTagHelper Constructor
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Crea un nuevo 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)
Parámetros
- distributedCacheService
- IDistributedCacheTagHelperService
- htmlEncoder
- HtmlEncoder