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 9150719
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T11:38:55+00:00 2026-06-17T11:38:55+00:00

I see the DisplayAttribute has a ShortName property, but I see no Html.ShortName helper.

  • 0

I see the DisplayAttribute has a ShortName property, but I see no Html.ShortName helper. How can I get to use this short name for my table column headings? Do I have to write my own helper?

  • 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-06-17T11:38:55+00:00Added an answer on June 17, 2026 at 11:38 am

    You could write your own helper :

    Something like

    public static IHtmlString ShortLabelFor<TModel, TValue>(this HtmlHelper<TModel> helper, Expression<Func<TModel, TValue>> expression) {
       var metadata = ModelMetadata.FromLambdaExpression(expression, helper.ViewData);
       var content = metadata.ShortDisplayName?? metadata.DisplayName ?? /*something else*/ ?? string.Empty;
       return new HtmlString(content);
    }
    

    But, from msdn :

    The short display name can be used in a tooltip or in other display
    contexts such as the title of tabular list views where the complete
    display name might not fit. For example, in MVC, this name is used in
    tables where the columns are not wide enough to display the complete
    field name. If this field is null, DisplayName should be used.

    So it looks like it should be automatic (when no room enough), but… untested here. Sounds like it should work with @Html.LabelFor in this way.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

see fiddle i have html table and one textbox and one button.make cell selection
See this .What should i use instead of Jpegfile in the sample to represent
See question. I can find documentation on the 5000 series and 7000 series but
See this example: http://jsfiddle.net/sM3hT/ A normal table styled as follows: table { width:100%; border-collapse:collapse;
See this html <div> <p> <span class=abc>Monitor</span> <b>$300</b> </p> <a href=/add>Add to cart</a> </div>
see fiddle if patient has time slot alloted already then make color yellow using
See this question. How to show popup message like in stackoverflow I am trying
see jsbin if u seen my jsbin then i have two table hardcode table
Short version of question: see title Long version of question: I've used jquery's show()
See example here: http://jsfiddle.net/KK36F/2/ How to solve this?

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.