How to know whether a request is a child request in normal action method of controller?

 Posted by Sheonarayan on 12/29/2014 | Category: ASP.NET MVC Interview questions | Views: 20161 | Points: 40
Select from following answers:
  1. No
  2. By using Request.IsChildRequest property
  3. By using ControllerContext.IsChildAction property
  4. By using ModelState.IsChildAction property
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response