Corrected xml-comment for the User-property

Removed comment about setting the User. `User` property only supports `get`.
This commit is contained in:
Henrik W. Moe 2017-05-16 10:30:44 +02:00 committed by Ryan Nowak
parent 5662717983
commit af7303cd8d
1 changed files with 1 additions and 1 deletions

View File

@ -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
{