Corrected xml-comment for the User-property
Removed comment about setting the User. `User` property only supports `get`.
This commit is contained in:
parent
5662717983
commit
af7303cd8d
|
|
@ -221,7 +221,7 @@ namespace Microsoft.AspNetCore.Mvc
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the <see cref="ClaimsPrincipal"/> for user associated with the executing action.
|
/// Gets the <see cref="ClaimsPrincipal"/> for user associated with the executing action.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public ClaimsPrincipal User
|
public ClaimsPrincipal User
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue