Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.QueryHelper.FromDictionary Method

Returns a QueryHelper object with the query string parameters populated by the dictionary.

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

Syntax

public static QueryHelper FromDictionary( IDictionary<string,string> query );

Parameters

query

The dictionary containing the query string parameters.

Return Value

Returns a QueryHelper object.

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