Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Views
January 13, 2025 ยท View on GitHub
{
namespace AspNetCore {
public class Areas_AzureADB2C_Pages__ViewStart : RazorPage<object> {
- public IHostingEnvironment Environment { get; private set; }
+ public IWebHostEnvironment Environment { get; private set; }
}
}
}