Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.YetaWFManager.AddUrlArg Method

Add a temporary (non-visible) URL query string argument to the current page being rendered. This is mainly used to propagate selections from one module to another (top-down on page only). Other modules must use TryGetUrlArg or GetUrlArg to retrieve these arguments as they're not part of the actual query string/URL. TO BE REMOVED.

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

Syntax

public void AddUrlArg(
    string arg,
    string? value );

Parameters

arg

(not specified)

value

(not specified)

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