The ____ function of the base controller may be used to obtain a web page request in a controller (action method)

24. The ____ function of the base controller may be used to obtain a web page request in a controller (action method).

  1. getRequest()
  2. getReq()
  3. getResponse()

Answer: A) getRequest()

Explanation:

The getRequest() function of the base controller may be used to obtain a web page request in a controller (action method).

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.