ServiceCollectionExtensions.AddMicrosoftIdentityUI(IMvcBuilder) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a controller and Razor pages for the accounts management.
public static Microsoft.Extensions.DependencyInjection.IMvcBuilder AddMicrosoftIdentityUI (this Microsoft.Extensions.DependencyInjection.IMvcBuilder builder);
static member AddMicrosoftIdentityUI : Microsoft.Extensions.DependencyInjection.IMvcBuilder -> Microsoft.Extensions.DependencyInjection.IMvcBuilder
<Extension()>
Public Function AddMicrosoftIdentityUI (builder As IMvcBuilder) As IMvcBuilder
Parameters
- builder
- IMvcBuilder
MVC builder.
Returns
MVC builder for chaining.