Property Username
- Namespace
- BitMiracle.Docotic.Pdf.HtmlToPdf
- Assembly
- BitMiracle.Docotic.Pdf.HtmlToPdf.dll
Username
Gets the user name to use for the HTTP authentication.
public string? Username { get; }
Property Value
- string
The user name to use for the HTTP authentication.
Remarks
Default value: null
.
When the username is null
, the conversion won't try to authenticate before
loading an HTML page.