ParametersTable Function - microsoft/MIMWAL GitHub Wiki

Syntax

string ParametersTable(requestparameters:List<RequestParameter>)

Description

Returns a table of attribute name, modification type and modified values in the request parameters of an arbitrary request

Remarks

The function returns an html table markup for request parameter name, parameter operation and parameter value, but without the <table></table> tags.

Supported Version

2.15.713.0 and later

Examples

ParametersTable([//Request/RequestParameter])

⚠️ **GitHub.com Fallback** ⚠️