Name

UrlBuilder

Synopsis

This class contains shared (static) helper methods that support the various UrlEditor classes. Essentially, the UrlEditor class provides the user interface used for choosing a URL for a property at design time, and the BuildUrl() method is invoked to create a string representing the selected URL.

Public NotInheritable Class UrlBuilder
                  ' Public Shared Methods
   Public Shared Function BuildUrl(
        ByVal component As System.ComponentModel.IComponent, 
        ByVal owner As System.Windows.Forms.Control, 
        ByVal initialUrl As String, 
        ByVal caption As String, 
        ByVal filter As String) As String  
   Public Shared Function BuildUrl(
        ByVal component As System.ComponentModel.IComponent, 
        ByVal owner As System.Windows.Forms.Control, 
        ByVal initialUrl As String, 
        ByVal caption As String, ByVal filter As String, 
        ByVal options As UrlBuilderOptions) As String  
End Class

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.