Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Sets the inner text of the tag (element).
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Sub SetInnerText ( _
innerText As String _
)
public void SetInnerText(
string innerText
)
public:
void SetInnerText(
String^ innerText
)
Parameters
- innerText
Type: System.String
The inner text for the tag (element).
Remarks
The inner text is automatically HTML-encoded.