CSharpEditor is a C# source code editor control for Avalonia applications. This library provides a control that can be added to Avalonia windows and integrates: The main code editor with ...
I am getting null when I want to reference UserControl in code behind and using FindControl("Ctrl") to lookup for it. UserControl is just default implementation from Avalonia template.
In theory, PreviousPage lets you access data on the page the user just requested. In practice it doesn't work if you're also using Master Pages unless you understand ASP.NET naming containers.