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

  • Home
  • SEARCH
  • 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 8587257
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T22:31:34+00:00 2026-06-11T22:31:34+00:00

I am developing a pluggable architecture using asp.net mvc 3 which you can drop

  • 0

I am developing a pluggable architecture using asp.net mvc 3 which you can drop plugin dll in Bin folder and restart the application then your plugin and its menu appears in whole site menu,

but I am wondering is it possible to manage where each ActionResult of any controller in any plugin should be rendered in which section of site dynamically, in other words I am trying to support flexible layout, it means sometimes ActionResult of some controller in some plugin rendered in top of page but maybe sometimes requires it rendered at the bottom of page,

  • 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-11T22:31:35+00:00Added an answer on June 11, 2026 at 10:31 pm

    You can use different layouts, that loads info into different zones each one and switch between them.

    For example you can have a layout file where you load content from the controller into the header of the page and another layout file where you load same content on the footer.

    When loading the View file from your controller you only need to determine on your business model where should be loaded this time and change the value of the layout to use on the View file.

    @if (whatever condition you decide)
        Layout = "~/Views/Shared/_LayoutHeader.cshtml";
    else
        Layout = "~/Views/Shared/_LayoutFooter.cshtml";
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Developing an ASP.NET MVC 3 application (my first) and running into some trouble with
Developing a C# .NET 2.0 WinForm Application. Need the application to close and restart
I'm developing some algorithms in OCaml which need some parts to be pluggable so
Developing using MVC-3, Razor, C# Been searching around and cannot find advice I'm looking
Developing a .NET WinForms application: how can I check if the window is in
While developing an application using gwt in ecliplse crashed. Now the server is running
For developing an devices monitor system, I am using a InetAdress isReachable method to
Developing a multilingual application in VB.Net 2008, Im able to add resources to forms
Developing a simple game for the iPhone, what gives a better performance? Using a
Developing a chrome extension using javascript is one of my university projects. I don't

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.