Url EncodedPathAndQuery Property C# API
Gets the section of the URL used in an HTTP request.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public string EncodedPathAndQuery { get; }

Field Value

The section of the URL used in an HTTP request.
See Also