Plumtree UI Infrastructure API  
 

RequestData.SetRequestFullURL Method 

Sets the request full URL. This method is used to avoid having to recalculate this URL, since the call to URLDecode is fairly expensive.

public virtual void SetRequestFullURL(
   string sRequestFullURL
);

Parameters

sRequestFullURL
the request full url

See Also

RequestData Class | com.plumtree.uiinfrastructure.interpreter Namespace