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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T21:42:42+00:00 2026-05-18T21:42:42+00:00

I am new to asp.net mvc platform. I’m developing with razor template engine in

  • 0

I am new to asp.net mvc platform. I’m developing with razor template engine in mvc 3. I’ve created a layout page for all view pages but in some cases I need different page headers for different view pages. For example I have to insert additional script elements to page header to validate data in form pages.

I want to know is there any way to add html element to layout page’s header from view page?

Thanks in advance.

  • 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-18T21:42:43+00:00Added an answer on May 18, 2026 at 9:42 pm

    You could define a section in the head part of the master page:

    <head>
        <script type="text/javascript" src="jquery.js"></script>
        @RenderSection("scripts")
    </head>
    

    and in the view define this section:

    @section scripts {
        <script type="text/javascript" src="someplugin.js"></script>
    }
    

    You also have the possibility to test if a section is defined:

    @if (IsSectionDefined("mysection")) { 
        @RenderSection("mysection")
    } 
    else {
        <div>some default content</div>
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

My new ASP.NET MVC Web Application works on my development workstation, but does not
I have a new ASP.NET MVC project (my first), and I had been running
I've been learning the new ASP.NET MVC framwork lately and I've developed a test
I am currently in the process of making a new ASP.net MVC website, and
I'd like to have some of the ScriptManager features in the new Asp.net MVC
How does the new Microsoft asp.net mvc implementation handle partitioning your application - for
I'm new to ASP.NET MVC so this may be a stupid question. I have
I'm fairly new to ASP.NET MVC, and I'm having a little trouble with scripts...
I'm really new to ASP.Net Mvc, but not new to Asp.Net. I was aware
I'm new to asp.net mvc world. Are there any cms system based on asp.net

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.