Fixing xml documentation
This commit is contained in:
parent
e076040b67
commit
38d50bab1f
|
|
@ -1,6 +1,7 @@
|
|||
// Copyright (c) .NET Foundation. All rights reserved.
|
||||
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
||||
|
||||
using Microsoft.AspNet.Diagnostics.Entity;
|
||||
using Microsoft.AspNet.Http;
|
||||
|
||||
namespace Microsoft.AspNet.Builder
|
||||
|
|
@ -12,8 +13,7 @@ namespace Microsoft.AspNet.Builder
|
|||
{
|
||||
/// <summary>
|
||||
/// Gets or sets the path that <see cref="MigrationsEndPointMiddleware"/> will listen
|
||||
/// for requests to execute migrations commands. The middleware is only registered if
|
||||
/// <see cref="EnableMigrationCommands"/> is set to true.
|
||||
/// for requests to execute migrations commands.
|
||||
/// </summary>
|
||||
public virtual PathString MigrationsEndPointPath { get; set; } = MigrationsEndPointOptions.DefaultPath;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
|
||||
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
||||
|
||||
using Microsoft.AspNet.Diagnostics.Entity;
|
||||
using Microsoft.AspNet.Http;
|
||||
|
||||
namespace Microsoft.AspNet.Builder
|
||||
|
|
|
|||
Loading…
Reference in New Issue