Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.YetaWFManager.GetUrlArg Method

Used to retrieve URL query string arguments (outside of a controller).

Class: YetaWF.Core.Support.YetaWFManager
Namespace: YetaWF.Core.Support
Assembly: YetaWF.Core

Syntax

public TYPE GetUrlArg<TYPE>( string arg );

Parameters

arg

The name of the query string argument.

Return Value

Returns the query string argument. If the argument is not available, an exception occurs.

Remarks

This would not be used in a controller as these have access to all arguments via their parameter list. This is typically only used in a module action that is dynamically added by a module.

See Also YetaWF.Core.Support.YetaWFManager ClassYetaWF.Core Overview