Displays detailed Lot view
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult LotDetails( int? id, bool? FollowLive )
Parameters
- id
- Type: SystemNullableInt32
ID of the requested listing - FollowLive
- Type: SystemNullableBoolean
optional value to enable automatic redirect to next lot if this one closes while user is viewing it
Return Value
Type: ActionResultView(Listing)
See Also