ContentResult.Content Property

Gets or sets the content.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

function get Content () : String 
function set Content (value : String)

Property Value

Type: System.String
The content.
Show: