IdentityBuilderUIExtensions.AddDefaultUI Metoda

Definicja

Przeciążenia

AddDefaultUI(IdentityBuilder)

Dodaje do aplikacji domyślny, samodzielny interfejs użytkownika tożsamości przy użyciu platformy Razor Pages w obszarze o nazwie Identity.

AddDefaultUI(IdentityBuilder, UIFramework)

Dodaje do aplikacji domyślny, samodzielny interfejs użytkownika tożsamości przy użyciu platformy Razor Pages w obszarze o nazwie Identity.

AddDefaultUI(IdentityBuilder)

Źródło:
IdentityBuilderUIExtensions.cs
Źródło:
IdentityBuilderUIExtensions.cs
Źródło:
IdentityBuilderUIExtensions.cs
Źródło:
IdentityBuilderUIExtensions.cs
Źródło:
IdentityBuilderUIExtensions.cs
Źródło:
IdentityBuilderUIExtensions.cs
Źródło:
IdentityBuilderUIExtensions.cs
Źródło:
IdentityBuilderUIExtensions.cs

Dodaje do aplikacji domyślny, samodzielny interfejs użytkownika tożsamości przy użyciu platformy Razor Pages w obszarze o nazwie Identity.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::Identity::IdentityBuilder ^ AddDefaultUI(Microsoft::AspNetCore::Identity::IdentityBuilder ^ builder);
public static Microsoft.AspNetCore.Identity.IdentityBuilder AddDefaultUI (this Microsoft.AspNetCore.Identity.IdentityBuilder builder);
static member AddDefaultUI : Microsoft.AspNetCore.Identity.IdentityBuilder -> Microsoft.AspNetCore.Identity.IdentityBuilder
<Extension()>
Public Function AddDefaultUI (builder As IdentityBuilder) As IdentityBuilder

Parametry

builder
IdentityBuilder

Element IdentityBuilder.

Zwraca

Element IdentityBuilder.

Uwagi

Aby można było używać domyślnego interfejsu użytkownika, aplikacja musi używać Microsoft.AspNetCore.MvcMicrosoft.AspNetCore.StaticFiles elementu i zawierać _LoginPartial widok częściowy, który można znaleźć w aplikacji.

Dotyczy

AddDefaultUI(IdentityBuilder, UIFramework)

Źródło:
IdentityBuilderUIExtensions.cs

Dodaje do aplikacji domyślny, samodzielny interfejs użytkownika tożsamości przy użyciu platformy Razor Pages w obszarze o nazwie Identity.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::Identity::IdentityBuilder ^ AddDefaultUI(Microsoft::AspNetCore::Identity::IdentityBuilder ^ builder, Microsoft::AspNetCore::Identity::UI::UIFramework framework);
public static Microsoft.AspNetCore.Identity.IdentityBuilder AddDefaultUI (this Microsoft.AspNetCore.Identity.IdentityBuilder builder, Microsoft.AspNetCore.Identity.UI.UIFramework framework);
static member AddDefaultUI : Microsoft.AspNetCore.Identity.IdentityBuilder * Microsoft.AspNetCore.Identity.UI.UIFramework -> Microsoft.AspNetCore.Identity.IdentityBuilder
<Extension()>
Public Function AddDefaultUI (builder As IdentityBuilder, framework As UIFramework) As IdentityBuilder

Parametry

builder
IdentityBuilder

Element IdentityBuilder.

framework
UIFramework

Element UIFramework.

Zwraca

Element IdentityBuilder.

Uwagi

Aby można było używać domyślnego interfejsu użytkownika, aplikacja musi używać Microsoft.AspNetCore.MvcMicrosoft.AspNetCore.StaticFiles elementu i zawierać _LoginPartial widok częściowy, który można znaleźć w aplikacji.

Dotyczy