Displays form and processes request to edit enabled shipping methods
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult ShippingMethods()
Return Value
Type: ActionResultView(List<ShippingMethod>)
See Also