C# Class Twilio.TwiML.Mvc.TwiMLResult

Inheritance: System.Web.Mvc.ActionResult
显示文件 Open project: twilio/twilio-csharp Class Usage Examples

Public Methods

Method Description
ExecuteResult ( ControllerContext controllerContext ) : void
TwiMLResult ( ) : System
TwiMLResult ( TwilioResponse response ) : System
TwiMLResult ( System.Xml.Linq.XDocument twiml ) : System
TwiMLResult ( string twiml ) : System

Method Details

ExecuteResult() public method

public ExecuteResult ( ControllerContext controllerContext ) : void
controllerContext ControllerContext
return void

TwiMLResult() public method

public TwiMLResult ( ) : System
return System

TwiMLResult() public method

public TwiMLResult ( TwilioResponse response ) : System
response TwilioResponse
return System

TwiMLResult() public method

public TwiMLResult ( System.Xml.Linq.XDocument twiml ) : System
twiml System.Xml.Linq.XDocument
return System

TwiMLResult() public method

public TwiMLResult ( string twiml ) : System
twiml string
return System