Uiinfrastructure API Docs  
 

Interpreter.IsNotFormRequest Method 

Checks if the provided url is not a form POST URL (i.e. gateway, or REST API). NOTE: This is based off of a static list of patterns for non-form POST URLs. This list is initialized by the GatewayHelpers static initializer, so the list will not be complete until that class is used (i.e. the second request).

protected static bool IsNotFormRequest(
   string uri
);

Parameters

uri
url of the request to check

Return Value

true means that this request is not a form post request. false means we don't know.

See Also

Interpreter Class | com.plumtree.uiinfrastructure.interpreter Namespace