Show / Hide Table of Contents

Class MvcBuilderExtensions

Inheritance
Object
MvcBuilderExtensions
Inherited Members
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.Extensions.DependencyInjection
Assembly: IRM.AspNetCore.Identity.UI.dll
Syntax
public static class MvcBuilderExtensions

Methods

AddIdentityUILocalization(IMvcBuilder)

Adds configuration needed for identity system localization.

Declaration
public static IMvcBuilder AddIdentityUILocalization(this IMvcBuilder builder)
Parameters
IMvcBuilder builder

The IMvcBuilder.

Returns
IMvcBuilder

The IMvcBuilder.

Back to top Generated by DocFX