MvcHtmlString.ToString Method

Visual Studio 2010

Returns a string that represents the current object.

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

No code example is currently available or this language may not be supported.

Return Value

Type: System.String
A string that represents the current object.

This method returns a string that is culture-sensitive. The string is also HTML encoded.

The ToHtmlString and ToString methods return the same value.

Community Additions

ADD
Show: