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
  • 1 View
  • 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

Using the new ASP.NET MVC 3.0 Razor View Engine, is there any way to
I created a new ASP.NET MVC application. The home page looks like this: I
I created a new ASP .net mvc 2 web application with that default template
I started with a new ASP.NET MVC 2 Web Application template and created a
I have a new ASP.NET MVC 3 project, and MVC and Razor are all
I have created a new ASP.NET MVC project using the MVC Project Template. According
I'm kind of new to the .NET platform. And currently I'm learning ASP.NET MVC.
I'm developing a new ASP.NET MVC 2.0 application and wanting to use the new
I created a new ASP.net MVC Web Application project. Inside my application, I created
I'm interested in using Subsonic 3.0 for developing a new ASP.Net MVC application that

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.