Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.QueryHelper.FromUrl Method

Parses a URL and returns a QueryHelper object.

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

Syntax

public static QueryHelper FromUrl( string url );
public static QueryHelper FromUrl(
    string url,
    out string urlOnly );

Parameters

url

The URL to parse.

urlOnly

Returns the URL without query string.

Return Value

Returns a QueryHelper object.

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