RequestLocalizationOptions.RequestCultureProviders Property
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.
An ordered list of providers used to determine a request's culture information. The first provider that
returns a non-null
result for a given request will be used.
Defaults to the following:
public:
property System::Collections::Generic::IList<Microsoft::AspNetCore::Localization::IRequestCultureProvider ^> ^ RequestCultureProviders { System::Collections::Generic::IList<Microsoft::AspNetCore::Localization::IRequestCultureProvider ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::AspNetCore::Localization::IRequestCultureProvider ^> ^ value); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Localization.IRequestCultureProvider> RequestCultureProviders { get; set; }
member this.RequestCultureProviders : System.Collections.Generic.IList<Microsoft.AspNetCore.Localization.IRequestCultureProvider> with get, set
Public Property RequestCultureProviders As IList(Of IRequestCultureProvider)