Search code examples
asp.net-mvcpartial-viewsviewpage

ViewUserControl containing ViewPage


Is there a way to get a reference for the ViewPage that contains a parital view from the partial view ??


Solution

  • The absolute answer: NO

    You need to use ViewData or Model to share it.