Как получить доступ к текстовому полю или другому объекту из безопасного iframe в WPF
var aa = input.Document.GetElementById("Ecom"); foreach (HtmlElement inputs in aa) { // get inputs time error comes unauthorized access controls if (inputs.GetAttribute("type").ToLower() == "text") { } }
Что я уже пробовал:
I have tried access textbox object and register event but it throws exception Unauthorized Access