From 8d3ff78389e23b75c69f0949c09ed85b5c2d1741 Mon Sep 17 00:00:00 2001
From: wing328
Date: Fri, 19 Apr 2019 17:03:31 +0000
Subject: [PATCH] Deploy website
Deploy website version based on 1e4f4ab9f2793c28284c7c6c8f6d9319f945720c
---
docs/generators/aspnetcore.html | 6 +++++-
docs/generators/aspnetcore/index.html | 6 +++++-
2 files changed, 10 insertions(+), 2 deletions(-)
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