diff --git a/docs/generators/aspnetcore.html b/docs/generators/aspnetcore.html
index 2ece7ea9009..2a7aaefe75b 100644
--- a/docs/generators/aspnetcore.html
+++ b/docs/generators/aspnetcore.html
@@ -34,10 +34,14 @@ sidebar_label: aspnetcore
useCollection | Deserialize array types to Collection<T> instead of List<T>. | | false |
returnICollection | Return ICollection<T> instead of the concrete type. | | false |
useSwashbuckle | Uses the Swashbuckle.AspNetCore NuGet package for documentation. | | true |
+isLibrary | Is the build a library | | false |
classModifier | Class Modifier can be empty, abstract | | |
operationModifier | Operation Modifier can be virtual, abstract or partial | | virtual |
buildTarget | Target to build an application or library | | program |
generateBody | Generates method body. | | true |
+operationIsAsync | Set methods to async or sync. | | false |
+operationResultTask | Set methods result to Task<>. | | false |
+modelClassModifier | Model Class Modifier can be nothing or partial | | partial |
-Last updated on 2019-4-5