RequestCultureProvider.NullProviderCultureResult Field
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.
Result that indicates that this instance of RequestCultureProvider could not determine the request culture.
protected: static initonly System::Threading::Tasks::Task<Microsoft::AspNetCore::Localization::ProviderCultureResult ^> ^ NullProviderCultureResult;
protected static readonly System.Threading.Tasks.Task<Microsoft.AspNetCore.Localization.ProviderCultureResult> NullProviderCultureResult;
protected static readonly System.Threading.Tasks.Task<Microsoft.AspNetCore.Localization.ProviderCultureResult?> NullProviderCultureResult;
staticval mutable NullProviderCultureResult : System.Threading.Tasks.Task<Microsoft.AspNetCore.Localization.ProviderCultureResult>
Protected Shared ReadOnly NullProviderCultureResult As Task(Of ProviderCultureResult)