Tagged Questions

0
votes
1answer
213 views

Accessing a HtmlGenericControl on a MasterPage from a ContentPage

so I've got the following structures; Start.master (Start.master.cs) Contains a Method DoSomething(string Text) { _MyHtmlControl.InnerText = Text; } And the HtmlGenericControl ID'ed ...