Version

RenderPageLink(HtmlTextWriter,String,Int32,Boolean) Method

Render's a text link.
Syntax
'Declaration
 
Protected Overloads Overridable Sub RenderPageLink( _
   ByVal writer As HtmlTextWriter, _
   ByVal text As String, _
   ByVal index As Integer, _
   ByVal current As Boolean _
) 
protected virtual void RenderPageLink( 
   HtmlTextWriter writer,
   string text,
   int index,
   bool current
)

Parameters

writer
A writer to output the HTML to.
text
Text of the link.
index
Index of the link.
current
Indicates if the index is current.
Remarks
The method defferentiates current and non-current links and renders those differently.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also