Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

interface Microsoft.​AspNetCore.​Localization.​IRequestCultureFeature

Assembly: Microsoft.AspNetCore.Localization

Represents the feature that provides the current request's culture information.

Properties

RequestCulture
The <see cref="T:Microsoft.AspNetCore.Localization.RequestCulture" /> of the request.
The <see cref="T:Microsoft.AspNetCore.Localization.IRequestCultureProvider" /> that determined the request's culture information. If the value is <c>null</c> then no provider was used and the request's culture was set to the value of <see cref="P:Microsoft.AspNetCore.Builder.RequestLocalizationOptions.DefaultRequestCulture" /> .