You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > AdminController Class > EditAddress Method (Int32, Int32)

AdminControllerEditAddress Method (Int32, Int32)

AuctionWorx 3.5 API
Displays form to update the specified address

Namespace:  RainWorx.FrameWorx.MVC.Controllers
Assembly:  RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5

Syntax

C#
public ActionResult EditAddress(
	int id,
	int addressID
)

Parameters

id
Type: SystemInt32
ID of the requested user
addressID
Type: SystemInt32
ID of the address to be updated

Return Value

Type: ActionResult
View(Address)
See Also

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.