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
We should allow the master pages to work even when the ContentPlaceHolder controls are not available yet, and chech that all of them are resolved after the Init event ends.
This would enable to use them in templates.
We should also check out how it affects the SpaContentPlaceHolder.
The text was updated successfully, but these errors were encountered:
exyi
changed the title
<doc:ContentPlaceHolder> should be supported even inside templates
<dot:ContentPlaceHolder> should be supported even inside templates
Mar 3, 2017
Currently, the
ContentPlaceHolder
cannot be used in a template because templates are instantiated in theInit
phase which is too late.We should allow the master pages to work even when the
ContentPlaceHolder
controls are not available yet, and chech that all of them are resolved after theInit
event ends.This would enable to use them in templates.
We should also check out how it affects the
SpaContentPlaceHolder
.The text was updated successfully, but these errors were encountered: