June 2002
Intermediate to advanced
816 pages
28h 12m
English
HyperLinkControlBuilder
The ASP.NET parser uses this class to generate HTML for any HyperLink controls on a requested Web
Forms page. The AllowWhitespaceLiterals()
property is overridden to always return False. You will not need
to use this class directly in application code.
Public Class HyperLinkControlBuilder : Inherits System.Web.UI.ControlBuilder ' Public Constructors Public Sub New() ' Public Instance Methods Overrides Public Function AllowWhitespaceLiterals() As Boolean End Class
System.Object→System.Web.UI.ControlBuilder→ HyperLinkControlBuilder
Read now
Unlock full access