Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Metadata Tab

Anthony van der Hoorn edited this page Apr 7, 2014 · 3 revisions

The Metadata tab shows the model metadata that ASP.NET MVC has used to display the view for the HTTP request.

Metadata Tab

Layout

  1. Registration: Where the metadata is coming from (see more information below)
  2. Type: Type of the model that the metadata is for
  3. Details: The various properties that make up the metadata

Did you know

  • That we don't show the metadata for complex properties of the View Models:

    We have purposefully not shown the metadata for the properties of complex properties not because of any technical limitations but because of lack of a meaningful way of showing the data. As the data can be recursive in nature or could have many levels, it's difficult to make the UI work.

    Hence for now we have chosen this approach. If you think you know of a way that we can get around this let us know.

Frequently Asked Questions

  • What are the "Primary View Model" and "View Model Properties" all about?

    In an effort to best try and represent the available metadata we have broken the data up as follows:

    • Primary View Model: Shows the metadata associated with the root View Model of the view.
    • View Model Properties: Shows the metadata associated for each of the properties of the root View Model of the view.
  • What are the bolded properties?

    The bolded properties simply represent values that differ from the default. This is designed to help show you what metadata is being set.