RequestCultureProvider.NullProviderCultureResult Field

Definition

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) 

Field Value

Applies to