Trait webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2NavigationStartingEventArgs2_Impl
source · [−]pub trait ICoreWebView2NavigationStartingEventArgs2_Impl: Sized + ICoreWebView2NavigationStartingEventArgs_Impl {
fn AdditionalAllowedFrameAncestors(&self, value: *mut PWSTR) -> Result<()>;
fn SetAdditionalAllowedFrameAncestors(&self, value: &PCWSTR) -> Result<()>;
}
Required Methods
source