Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3780728
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T10:51:10+00:00 2026-05-19T10:51:10+00:00

In asp.net MVC 3 there is a new attribute that allows us to pass

  • 0

In asp.net MVC 3 there is a new attribute that allows us to pass additional Meta Data to our views e.g.

    [Required]
    [AdditionalMetadata("Tooltip", "The title of the item")]
    public string Title { get; set; }

The question is, how do I actually make use of this information in my view? I thought that perhaps it would render out the data as html 5 data attributes but this is not the case.

A simple example would be much appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T10:51:10+00:00Added an answer on May 19, 2026 at 10:51 am

    According to the documentation:

    You can use the
    AdditionalMetadataAttribute class to
    populate the
    ModelMetadata.AdditionalValues
    dictionary for a model property.

    …

    This metadata is made available to any
    display or editor template when a
    product view model is rendered. It is
    up to you as application developer to
    interpret the metadata information.

    So let’s make use of it in the view:

    <h2>
        @ModelMetadata.FromLambdaExpression(x => x.Title, ViewData).AdditionalValues["Tooltip"]
    </h2>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm new to asp.net mvc world. Are there any cms system based on asp.net
Using ASP.NET MVC there are situations (such as form submission) that may require a
In ASP.NET MVC there are generic master views ( ViewMaserPage<T> ). But what is
Some texts on ASP.NET MVC state that there are no runat server tags, even
Is there an ASP.NET MVC portal that is either commercially available or open source?
I'm using the Data Annotation validation extensively in ASP.NET MVC 2. This new feature
I'm new to Jquery and Asp.Net MVC. i am trying to pass an ID
In asp.net mvc there is ViewResult for returning a View and ActionResult for returning
In ASP.NET MVC is there an equivalent of the Html.ActionLink helper for Img tags?
Using ASP.Net MVC 2, is there any way to use the RedirectToAction() method of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.