File: IViewLocalizer.cs
Web Access
Project: src\src\Mvc\Mvc.Localization\src\Microsoft.AspNetCore.Mvc.Localization.csproj (Microsoft.AspNetCore.Mvc.Localization)
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
 
namespace Microsoft.AspNetCore.Mvc.Localization;
 
/// <summary>
/// Represents a type that provides HTML-aware localization for views.
/// </summary>
public interface IViewLocalizer : IHtmlLocalizer
{
}