KTML 4 LITE API Documentation for ASP .NET

KtmlGenericModule.IsArgumentSet Method 

Helper method to check if an argument required by a specific method is set.

protected bool IsArgumentSet(
   string argumentValueToTest,
   string argumentName
);

Parameters

argumentValueToTest
The value of the parameter (usually get or post) to check.
argumentName
The name of the parameter (get or post) that will be reported in the ErrorMessage in case the value is not set.

Return Value

See Also

KtmlGenericModule Class | InterAKT.WebControls.Modules Namespace