You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've developed a MvcTemplateBase and MvcTemplateBase and I need to set some properties on those types before execute, like one called ViewData. So I would need to execute the following sequence:
I've developed a MvcTemplateBase and MvcTemplateBase and I need to set some properties on those types before execute, like one called ViewData. So I would need to execute the following sequence:
One problem I had, is that ITemplateInternal is internal, and I had to make it public to be able to call ITemplateInternal methods.
Let me know if I'm not clear enough or if I can contribute with this.
The text was updated successfully, but these errors were encountered: