Method SetContent
SetContent(Func<TView>)
Replaces the current content with a newly created view.
public void SetContent(Func<TView> contentFactory)
Parameters
contentFactoryFunc<TView>
Replaces the current content with a newly created view.
public void SetContent(Func<TView> contentFactory)
contentFactory Func<TView>