.NET Framework Class Library
ContentResult Class
Represents a user-defined content type that is the result of an action method.
Namespace:
System.Web.Mvc
Assembly:
System.Web.Mvc (in System.Web.Mvc.dll)
Visual Basic (Declaration)
Public Class ContentResult _
Inherits ActionResult
Dim instance As ContentResult
public class ContentResult : ActionResult
public ref class ContentResult : public ActionResult
System..::.Object
System.Web.Mvc..::.ActionResult
System.Web.Mvc..::.ContentResult
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Reference
Other Resources