Plumtree UI Infrastructure API  
 

RequestData.GetRequestFullURL Method 

Returns the request full URL. This method is used to avoid having to recalculate this URL, since the call to URLDecode is fairly expensive. This method calculates this value if it has not already been set on the RequestData object.

public virtual string GetRequestFullURL();

Return Value

the request full URL

See Also

RequestData Class | com.plumtree.uiinfrastructure.interpreter Namespace