2 instantiations of UIFrameworkAttribute
Identity.DefaultUI.WebSite (1)
artifacts\obj\Identity.DefaultUI.WebSite\Release\net10.0\Identity.DefaultUI.WebSite.AssemblyInfo.cs (1)
13
[assembly: Microsoft.AspNetCore.Identity.UI.
UIFrameworkAttribute
("Bootstrap4")]
IdentitySample.DefaultUI (1)
artifacts\obj\IdentitySample.DefaultUI\Release\net10.0\IdentitySample.DefaultUI.AssemblyInfo.cs (1)
13
[assembly: Microsoft.AspNetCore.Identity.UI.
UIFrameworkAttribute
("Bootstrap4")]
2 references to UIFrameworkAttribute
Microsoft.AspNetCore.Identity.UI (2)
IdentityBuilderUIExtensions.cs (1)
87
var metadata = assembly?.GetCustomAttributes<
UIFrameworkAttribute
>()
UIFrameworkAttribute.cs (1)
14
/// Initializes a new instance of <see cref="
UIFrameworkAttribute
"/>.