Currently in Splitter, when adding a new pane, I can use LoadContentFrom("Action","Controller") to load content
For a TitleLayout, when adding a new container, I can only use BodyTemplateId("stringTemplateID")
Is there a way for me to simulate BodyTemplateId ("Action","Controller") to load data into TitleLayout from a Controller/Action?
Thanks.