Fix 'RequestLocalizationMiddleware' missing docs
This commit is contained in:
parent
a710c55ba9
commit
8f9a47358e
|
|
@ -23,7 +23,7 @@ namespace Microsoft.AspNet.Localization
|
||||||
/// Creates a new <see cref="RequestLocalizationMiddleware"/>.
|
/// Creates a new <see cref="RequestLocalizationMiddleware"/>.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="next">The <see cref="RequestDelegate"/> representing the next middleware in the pipeline.</param>
|
/// <param name="next">The <see cref="RequestDelegate"/> representing the next middleware in the pipeline.</param>
|
||||||
/// <param name="options"></param>
|
/// <param name="options">The <see cref="RequestLocalizationOptions"/> representing the options for the <see cref="RequestLocalizationMiddleware"/>.</param>
|
||||||
public RequestLocalizationMiddleware([NotNull] RequestDelegate next, [NotNull] RequestLocalizationOptions options)
|
public RequestLocalizationMiddleware([NotNull] RequestDelegate next, [NotNull] RequestLocalizationOptions options)
|
||||||
{
|
{
|
||||||
_next = next;
|
_next = next;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue