Skip to content

Commit

Permalink
Add missing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelGosselin committed May 25, 2020
1 parent 92710bf commit 2dde067
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/AspNetCore.TypedActionResults/ControllerBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

namespace AspNetCore.TypedActionResults
{
/// <summary>
/// Defines a base controller with generic overrides of response-creating methods
/// that will ensure that a method with a return type of <c>Task&lt;ActionResult&lt;MyType&gt;&gt;</c>
/// will only compile if you return a response of type <c>MyType</c>.
/// </summary>
public class ControllerBase
: Microsoft.AspNetCore.Mvc.ControllerBase
{
Expand Down

0 comments on commit 2dde067

Please sign in to comment.