CachedResponse Url Property C# API
Gets the Url that this CachedResponse represents a response to.

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

public Url Url { get; }

Field Value

The Url that this CachedResponse represents a response to.
See Also