public class WebViewWindow : Window {
public WebViewWindow(string url){
this.Browser.Source = new Uri(url);
this.Browser.Headers.Add("Authorization", token); //can't find a way to do this part here
}
}
public class WebViewWindow : Window {
public WebViewWindow(string url){
this.Browser.Source = new Uri(url);
this.Browser.Headers.Add("Authorization", token); //can't find a way to do this part here
}
}