Html Library Help
Update Method (innerHtmlFormat, args)
NamespacesHtmlElementUpdate(String, array<Object>[]()[])
Replaces the content of this element with innerHtml
Declaration Syntax
C#Visual BasicVisual C++
public virtual Element Update(
	string innerHtmlFormat,
	params Object[] args
)
Public Overridable Function Update ( _
	innerHtmlFormat As String, _
	ParamArray args As Object() _
) As Element
public:
virtual Element^ Update(
	String^ innerHtmlFormat, 
	... array<Object^>^ args
)
Parameters
innerHtmlFormat (String)
The inner HTML format.
args (array< Object >[]()[])
The args.
Return Value

[Missing <returns> documentation for M:Html.Element.Update(System.String,System.Object[])]

Assembly: Html (Module: Html) Version: 1.0.0.2 (1.0.0.2)