Class AbpRequestLocalizationOptions
Inheritance
object
AbpRequestLocalizationOptions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Microsoft.AspNetCore.RequestLocalization
Assembly: Volo.Abp.AspNetCore.dll
Syntax
public class AbpRequestLocalizationOptions
Constructors
AbpRequestLocalizationOptions()
Declaration
public AbpRequestLocalizationOptions()
Properties
RequestLocalizationOptionConfigurators
Declaration
public List<Func<IServiceProvider, RequestLocalizationOptions, Task>> RequestLocalizationOptionConfigurators { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><System.Func<T1, T2, TResult><System.IServiceProvider, Microsoft.AspNetCore.Builder.RequestLocalizationOptions, System.Threading.Tasks.Task>> |