Interface IHttpLoginCredentials
An common inerface for classes which allow IronPDF's HtmlT-o-Pdf renderers to access secure internet and local network resources.
Namespace: IronPdf.Rendering.Abstractions
Assembly: IronPdf.dll
Syntax
public interface IHttpLoginCredentials
Properties
LoginFormUrl
URL of a Website form to which we will POST variable and simulate a user login.
Declaration
Uri LoginFormUrl { get; }
Property Value
| Type | Description |
|---|---|
| System.Uri |