HtmlDocumentContentBaseTarget Property |
The HTML "base" element tag specifies the base URL/target for all relative URLs in a HTML document. This property holds the 'target' attribute value of the "base" tag, if it exists.
This value is null if not found in document.
Namespace: OpenDiscoverSDK.Interfaces.ContentAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.6.0 (2025.4.6)
Syntax[DataMemberAttribute]
public string BaseTarget { get; set; }Property Value
String
See Also