Click or drag to resize

HtmlDocumentContentBaseUrl Property

The HTML "base" element tag specifies the base URL/target for all relative URLs in a HTML document. These property holds the URL ('href') attribute value of the "base" tag, if it exists. This value is null if not found in document.

Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public string BaseUrl { get; set; }

Property Value

String
See Also