Get the view of a given view model
class MyViewModel : AbstractViewModel
{
public MyViewModel( IConventionsHandler conventions )
{
var view = conventions.GetViewOfViewModel( this );
}
}Notes:
Last updated
class MyViewModel : AbstractViewModel
{
public MyViewModel( IConventionsHandler conventions )
{
var view = conventions.GetViewOfViewModel( this );
}
}Last updated