Displays site homepage
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult Index( string viewFilter, int? page )
Parameters
- viewFilter
- Type: SystemString
the filter code for the specified search criteria (e.g. "All", "Current", "Preview", "Closed") - page
- Type: SystemNullableInt32
0-based page index
Return Value
Type: ActionResultView()
See Also