pub trait ICoreWebView2NavigationStartingEventArgs2_Impl: ICoreWebView2NavigationStartingEventArgs_Impl {
    fn AdditionalAllowedFrameAncestors(
        &self,
        value: *mut PWSTR
    ) -> Result<(), Error>; fn SetAdditionalAllowedFrameAncestors(
        &self,
        value: &PCWSTR
    ) -> Result<(), Error>; }

Required Methods

Implementors