Skip to content

pdo9141/MVC4Fundamentals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Differences between ViewBag, ViewData, and TempData
	ViewBag: data from controller to view, dynamic type, does not require type casting
	ViewData: data from controller to view, dictionary, requires type casting
	TempData: dictionary, life cycle is one page to another, same HTTP request, controller to controller, action to action, redirect

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published