HtmlWriter.WriteAttribute method (String, Char[], Int32, Int32)

The WriteAttribute method reads an attribute value from a buffer and writes it to the output with a name specified by the name parameter.

Namespace:  Microsoft.Exchange.Data.TextConverters
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Sub WriteAttribute ( _
    name As String, _
    buffer As Char(), _
    index As Integer, _
    count As Integer _
)
'Usage
Dim instance As HtmlWriter
Dim name As String
Dim buffer As Char()
Dim index As Integer
Dim count As Integer

instance.WriteAttribute(name, buffer, _
    index, count)
public void WriteAttribute(
    string name,
    char[] buffer,
    int index,
    int count
)

Parameters

  • buffer
    Type: []

    The character array to write the value data from.

  • count
    Type: System.Int32

    The number of characters to write.

See also

Reference

HtmlWriter class

HtmlWriter members

WriteAttribute overload

Microsoft.Exchange.Data.TextConverters namespace