Processes request to submit feedback about a completed listing action
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult SubmitFeedback( int ListingID, int LineItemID, string Sender, string Receiver, string Rating, string Comment, string returnUrl )
Parameters
- ListingID
- Type: SystemInt32
ID of the related listing - LineItemID
- Type: SystemInt32
ID of the related sale LineItem - Sender
- Type: SystemString
username of the user submitting feedback - Receiver
- Type: SystemString
username of the related user - Rating
- Type: SystemString
feedback rating (integer 1-5) - Comment
- Type: SystemString
feedback comment - returnUrl
- Type: SystemString
Url to redirect to (default listing detail view if missing)
Return Value
Type: ActionResultRedirect to "returnUrl" (success) or Redirect to submit feedback form (errors)
See Also