PagePorter Class Library

HtmlTag.GetErrorPosition Method 

Returns the character offset of a name as parsed by the ParseAttributes method.

[Visual Basic]
Public Function GetErrorPosition( _
   ByVal name As String _
) As Integer
[C#]
public int GetErrorPosition(
   string name
);

Parameters

name
The attribute name.

Return Value

Returns the character offset of a name as parsed by the ParseAttributes method, or zero if set by the SetValue or SetValue methods.

See Also

HtmlTag Class | Parastream.Web.UI Namespace