Plumtree UI Infrastructure API  
 

RequestData.GetRequestURL Method 

Returns the request URL. This method is used in login code instead of m_xpRequest.GetRequestURL() so the SSO login code can make it look like the request came to server.pt instead of ssologin.pt.

public virtual string GetRequestURL();

Return Value

the request URL

See Also

RequestData Class | com.plumtree.uiinfrastructure.interpreter Namespace