Select from following answers:- No
- By using Request.IsChildRequest property
- By using ControllerContext.IsChildAction property

- By using ModelState.IsChildAction property
- All Above
By using ControllerContext.IsChildAction property in the action method of the controller, we can come to know whether the request is child request.
If ControllerContext.IsChildAction true, the request is child request otherwise not.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator