RazorPageGeneratorModel.NoPageModel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property bool NoPageModel { bool get(); void set(bool value); };
[Microsoft.VisualStudio.Web.CodeGeneration.CommandLine.Option(Description="Switch to not generate a PageModel class for Empty template.", Name="noPageModel", ShortName="npm")]
public bool NoPageModel { get; set; }
[<Microsoft.VisualStudio.Web.CodeGeneration.CommandLine.Option(Description="Switch to not generate a PageModel class for Empty template.", Name="noPageModel", ShortName="npm")>]
member this.NoPageModel : bool with get, set
Public Property NoPageModel As Boolean
Property Value
- Attributes