Gets or sets the Base path which is used to convert the relative path to absolute path.
Namespace: Spire.DocAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public string HtmlBaseUrl { get; set; }
Public Property HtmlBaseUrl As String Get Set
public: property String^ HtmlBaseUrl { String^ get (); void set (String^ value); }
member HtmlBaseUrl : string with get, set