Merge pull request #47 from hishamco/docs
Fix missing docs in 'RequestCultureFeature'
This commit is contained in:
commit
91493bf3e6
|
|
@ -14,6 +14,7 @@ namespace Microsoft.AspNet.Localization
|
|||
/// Creates a new <see cref="RequestCultureFeature"/> with the specified <see cref="Localization.RequestCulture"/>.
|
||||
/// </summary>
|
||||
/// <param name="requestCulture">The <see cref="Localization.RequestCulture"/>.</param>
|
||||
/// <param name="provider">The <see cref="IRequestCultureProvider"/>.</param>
|
||||
public RequestCultureFeature([NotNull] RequestCulture requestCulture, IRequestCultureProvider provider)
|
||||
{
|
||||
RequestCulture = requestCulture;
|
||||
|
|
|
|||
Loading…
Reference in New Issue