CompiledPageActionDescriptor.DeclaredModelTypeInfo Property

Definition

Gets or sets the declared model TypeInfo of the model for the page. Typically this TypeInfo will be the type specified by the @model directive in the razor page.

public:
 property System::Reflection::TypeInfo ^ DeclaredModelTypeInfo { System::Reflection::TypeInfo ^ get(); void set(System::Reflection::TypeInfo ^ value); };
public System.Reflection.TypeInfo DeclaredModelTypeInfo { get; set; }
public System.Reflection.TypeInfo? DeclaredModelTypeInfo { get; set; }
member this.DeclaredModelTypeInfo : System.Reflection.TypeInfo with get, set
Public Property DeclaredModelTypeInfo As TypeInfo

Property Value

Applies to