RazorPageWithContextTemplateModel Class

Definition

public ref class RazorPageWithContextTemplateModel : Microsoft::VisualStudio::Web::CodeGenerators::Mvc::Razor::RazorPageGeneratorTemplateModel
public class RazorPageWithContextTemplateModel : Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Razor.RazorPageGeneratorTemplateModel
type RazorPageWithContextTemplateModel = class
    inherit RazorPageGeneratorTemplateModel
Public Class RazorPageWithContextTemplateModel
Inherits RazorPageGeneratorTemplateModel
Inheritance
RazorPageWithContextTemplateModel
Derived

Constructors

RazorPageWithContextTemplateModel(ModelType, String)

Properties

ContextTypeName
DbContextNamespace
EntitySetVariable
IsLayoutPageSelected (Inherited from RazorPageGeneratorTemplateModel)
IsPartialView (Inherited from RazorPageGeneratorTemplateModel)
JQueryVersion (Inherited from RazorPageGeneratorTemplateModel)
LayoutPageFile (Inherited from RazorPageGeneratorTemplateModel)
ModelMetadata (Inherited from RazorPageGeneratorTemplateModel)
ModelType
ModelTypeName
ModelVariable
NamespaceName (Inherited from RazorPageGeneratorTemplateModel)
NoPageModel (Inherited from RazorPageGeneratorTemplateModel)
PageModelClassName (Inherited from RazorPageGeneratorTemplateModel)
RazorPageName (Inherited from RazorPageGeneratorTemplateModel)
ReferenceScriptLibraries (Inherited from RazorPageGeneratorTemplateModel)
RequiredNamespaces
ViewDataTypeName
ViewDataTypeShortName

Applies to