7 references to UIFramework
Microsoft.AspNetCore.Identity.UI (7)
IdentityBuilderUIExtensions.cs (7)
45
if (!TryResolveUIFramework(Assembly.GetEntryAssembly(), out
var
framework) &&
83
private static bool TryResolveUIFramework(Assembly? assembly, out
UIFramework
uiFramework)
97
var enumValues = string.Join(", ", Enum.GetNames(typeof(
UIFramework
)).Select(v => $"'{v}'"));
107
private readonly
UIFramework
_framework;
109
public ViewVersionFeatureProvider(
UIFramework
framework) => _framework = framework;
120
case
UIFramework
.Bootstrap4:
132
case
UIFramework
.Bootstrap5: