Method | Description | |
---|---|---|
Empty ( ) : |
Generates an Empty TwiML Response.
|
|
ExecuteResult ( System.Web.Mvc.ControllerContext context ) : void | ||
TwiMLResult ( ) : System.Web.Mvc |
Initializes a new instance of the TwiMLResult class with a blank TwiML Response.
|
|
TwiMLResult ( |
Initializes a new instance of the TwiMLResult class.
|
Method | Description | |
---|---|---|
TwiMLResult ( System.Xml.Linq.XElement response ) : System.Web.Mvc |
Initializes a new instance of the TwiMLResult class.
|
public ExecuteResult ( System.Web.Mvc.ControllerContext context ) : void | ||
context | System.Web.Mvc.ControllerContext | |
return | void |
public TwiMLResult ( |
||
builder | The builder that contains the response elements. | |
return | System.Web.Mvc |