We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82650fc commit a8ece0eCopy full SHA for a8ece0e
src/Simplify.Web/AsyncController{T}.cs
@@ -15,7 +15,7 @@ public abstract class AsyncController<T> : AsyncControllerBase
15
private T _model;
16
17
/// <summary>
18
- /// Gets the model of current request.
+ /// Gets the model (and reads it synchronously, if it is null) of a current request.
19
/// </summary>
20
/// <value>
21
/// The current request model.
src/Simplify.Web/Controller{T}.cs
@@ -15,7 +15,7 @@ public abstract class Controller<T> : SyncControllerBase
0 commit comments