Update Controller.cs

This commit is contained in:
Pranav K 2018-02-16 10:18:10 -08:00 committed by GitHub
parent 8770751a97
commit 251ea37b49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ namespace Microsoft.AspNetCore.Mvc
/// controllers.
/// <para>
/// This property can be accessed after the controller has been activated, for example, in a controller action
/// on by overriding <see cref="OnActionExecuting(ActionExecutingContext)"/>.
/// or by overriding <see cref="OnActionExecuting(ActionExecutingContext)"/>.
/// </para>
/// <para>
/// This property can be also accessed from within a unit test where it is initialized with