CoreWebView2PrintSettings.FooterUri Property

Definition

The URI in the footer if ShouldPrintHeaderAndFooter is true.

public string FooterUri { get; set; }
member this.FooterUri : string with get, set
Public Property FooterUri As String

Property Value

Remarks

The default value is the current URI. If an empty string or null value is provided, no URI is shown in the footer.

Applies to