Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
24675 Points
4250 Posts
May 07, 2012 02:12 PM|LINK
Is just as having an Index action with a string parameter
public ActionResult Index(string unit)
{
if(string.IsNullOrWhiteSpace(unit) {
//return all content
}
//return content for the specified unit
raduenuca
All-Star
24675 Points
4250 Posts
Re: How to Concatenate the content of two different URL and display in one window
May 07, 2012 02:12 PM|LINK
Is just as having an Index action with a string parameter
public ActionResult Index(string unit)
{
if(string.IsNullOrWhiteSpace(unit) {
//return all content
}
//return content for the specified unit
}
Radu Enuca | Blog