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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T18:02:59+00:00 2026-05-26T18:02:59+00:00

I am trying to create an id for an input by doing the following

  • 0

I am trying to create an id for an input by doing the following

    id="@ViewData.ModelMetadata.ContainerType.Name + "_" +  @ViewData.TemplateInfo.GetFullHtmlFieldId("FromDate")"

but it is coming through with id=”propertyName +”. How can I concatenate the two together with an underscore in the middle in a razor view?

  • 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-26T18:02:59+00:00Added an answer on May 26, 2026 at 6:02 pm

    You can use the @(expression) syntax to express an explicit code expression.

    You need to be explicit here because the space after @ViewData.ModelMetadata.ContainerType.Name is not a valid character for a C# identifier so the evalutation stops there.

    The algorithm used by Razor for processing implicit code expression is the following:

    1. Parse an identifier – As soon as we see a character that isn’t valid in a C# or VB identifier, we stop and move to step 2
    2. Check for brackets – If we see “(” or “[“, go to step 2.1., otherwise, go to step 3
      1. Parse until the matching “)” or “]” (we track nested “()” and “[]” pairs and ignore “()[]” we see in strings or comments)
      2. Go back to step 2
    3. Check for a “.” – If we see one, go to step 3.1, otherwise, DO NOT ACCEPT THE “.” as code, and go to step 4
      1. If the character AFTER the “.” is a valid identifier, accept the “.” and go back to step 1, otherwise, go to step 4
    4. Done!

    (Taken from ScottGu’s Blog)

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

Sidebar

Related Questions

Im trying to create a method that take 2 int array as the input
I'm trying to create a form that based on the users input would determine
Trying to create a QtRuby application, I get the following error: /usr/lib64/ruby/site_ruby/1.8/Qt/qtruby4.rb:2144: [BUG] Segmentation
Trying to create a user account in a test. But getting a Object reference
I am trying to create folder like this $destination = ../folder_name/_pcode/../_compile; mkdir($destination); But this
I'm trying to create a unique id that's random. This solution was suggested, but
I'm trying to create dynamically generated code based on user input (just like a
I'm trying to create a form where the background of the input fields are
What am I doing wrong? I am trying to create a simple master details
I am trying to create facet grid with the following code p <- ggplot(melted,aes(factor(country)))

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.