prevent repopulating viewdata
Posted
by raklos
on Stack Overflow
See other posts from Stack Overflow
or by raklos
Published on 2010-03-24T10:37:09Z
Indexed on
2010/03/24
10:43 UTC
Read the original article
Hit count: 444
asp.net-mvc
|c#
Having populated a ViewData, is it possiblie to use that ViewData collection from multiple action methods within a controller without the need to repopulate it?
© Stack Overflow or respective owner