The
RequestHelper
provides information about the current HTTP request being executed.
@WebApp.Request.Host
Gets the current hostname from the HTTP request.
@WebApp.Request.Port
Gets the current port from the HTTP request.
@WebApp.Request.Scheme
Gets the current scheme from the HTTP request.
@WebApp.Request.Url
Gets the requested raw url before it has been rewritten by the Piranha middleware.