Welcome to mirror list, hosted at ThFree Co, Russian Federation.

7.0-rc1_Microsoft.AspNetCore.Mvc.ViewFeatures.md « Microsoft.AspNetCore.App « rc1 « api-diff « preview « 7.0 « release-notes - github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3890ab6d675c423a40e1039596c0793de151ded0 (plain)
1
2
3
4
5
6
7
8
9
10
# Microsoft.AspNetCore.Mvc.ViewFeatures

``` diff
 namespace Microsoft.AspNetCore.Mvc.ViewFeatures {
     public class HtmlHelperOptions {
+        public FormInputRenderMode FormInputRenderMode { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; }
     }
 }
```