CoreWebView2PrintSettings.FooterUri Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.