0
0
llucycodes42
private int myInt;
The myInt variable is private, which means that it is not accessible from outside the class. This variable is only accessible from within the class.
Shortcut: rz_viewdata
@ViewData["myViewData"]
0
0
llucycodes42
private int myInt;
The myInt variable is private, which means that it is not accessible from outside the class. This variable is only accessible from within the class.
Shortcut: rz_viewdata
@ViewData["myViewData"]