Html Library Help
AddAttributeFormat Method (attributeName, format, args)
NamespacesHtmlElementAddAttributeFormat(String, String, array<Object>[]()[])
Adds the specified attribute name.
Declaration Syntax
C#Visual BasicVisual C++
public virtual Element AddAttributeFormat(
	string attributeName,
	string format,
	params Object[] args
)
Public Overridable Function AddAttributeFormat ( _
	attributeName As String, _
	format As String, _
	ParamArray args As Object() _
) As Element
public:
virtual Element^ AddAttributeFormat(
	String^ attributeName, 
	String^ format, 
	... array<Object^>^ args
)
Parameters
attributeName (String)
Name of the attribute.
format (String)
The attribute value.
args (array< Object >[]()[])
The args.
Return Value

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

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