Clarify docs on HttpRequest.PathBase (#17639)
This commit is contained in:
parent
a2f38254d4
commit
eb113093cd
|
|
@ -45,9 +45,9 @@ namespace Microsoft.AspNetCore.Http
|
||||||
public abstract HostString Host { get; set; }
|
public abstract HostString Host { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the RequestPathBase.
|
/// Gets or sets the base path for the request. The path base should not end with a trailing slash.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <returns>The RequestPathBase.</returns>
|
/// <returns>The base path for the request.</returns>
|
||||||
public abstract PathString PathBase { get; set; }
|
public abstract PathString PathBase { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue