DynamicDataRoute.Model 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.
Gets or sets the data model to which the route applies.
public:
property System::Web::DynamicData::MetaModel ^ Model { System::Web::DynamicData::MetaModel ^ get(); void set(System::Web::DynamicData::MetaModel ^ value); };
public System.Web.DynamicData.MetaModel Model { get; set; }
member this.Model : System.Web.DynamicData.MetaModel with get, set
Public Property Model As MetaModel
Property Value
The data-model metadata that the route applies to.
Remarks
If you do not set this property when you create an instance of DynamicDataRoute, the default model for the registered DataContext instance is used.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.