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>
|
||||
/// 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>
|
||||
public ClaimsPrincipal User
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue