Intersoft WebDesktop Documentation
ContentURL Property
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace > WebNavBar Class : ContentURL Property


Glossary Item Box

Gets or sets the content URL of the NavBar.

Syntax

Visual Basic (Declaration) 
Public Overridable Property ContentURL As String
Visual Basic (Usage)Copy Code
Dim instance As WebNavBar
Dim value As String
 
instance.ContentURL = value
 
value = instance.ContentURL
C# 
public virtual string ContentURL {get; set;}

Remarks

The ContentURL accepts three formats of URL:

  • .NET specific application relative URL. This format starts with "~" character, for instance, "~/FolderA/Page1.aspx".
  • Absolute URL. This format starts with "/" character, for instance, "/SharedModule/Page1.aspx".
  • Relative URL. This format usually starts with "." character or no special characters (which assume the page can be found in the current folder's context).

Requirements

Target Platforms: 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

© 2012 Intersoft Solutions Corp. All Rights Reserved.