Url IsRelativePath Property C# API
Gets a value that indicates whether the return value of Path doesn't begin with /.

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

public bool IsRelativePath { get; }

Field Value

true if the return value of Path doesn't begin with /; otherwise, false.
See Also