Show / Hide Table of Contents

Class GlobalizationConfigurations

Class that contents IApplicationBuilder extensions methods.

Inheritance
System.Object
GlobalizationConfigurations
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: StoneCo.Framework.HostedService.Configurations
Assembly: cs.temp.dll.dll
Syntax
public static class GlobalizationConfigurations

Methods

UseGlobalization(IApplicationBuilder, IConfiguration)

Extension of IApplicationBuilder that make application localization.

Declaration
public static IApplicationBuilder UseGlobalization(this IApplicationBuilder applicationBuilder, IConfiguration configuration)
Parameters
Type Name Description
IApplicationBuilder applicationBuilder

Intance of IApplicationBuilder.

IConfiguration configuration

Intance of IConfiguration.

Returns
Type Description
IApplicationBuilder

Intance of IApplicationBuilder.

Back to top Generated by DocFX