Rainbow 2.0 Code Documentation

SolpartNavigation.UseTabNameInUrl Property

Indicates if control should show the tabname in the url

[Visual Basic]
<(Category:="Data"), _  (Mode:=PersistenceMode.Attribute)>
Public Property Boolean As  [C#]
[(Category="Data")]
[(Mode=PersistenceMode.Attribute)]
public bool Boolean { get; set; } [C++]
[(Category="Data")]
[(Mode=PersistenceMode.Attribute)]
public: __property  get_Boolean(); public: __property void set_Boolean(bool ); [JScript] public 
   (Category="Data")
   (Mode=PersistenceMode.Attribute)
function get Boolean() : bool public 
   (Category="Data")
   (Mode=PersistenceMode.Attribute)
function set Boolean(bool);

Property Value

true if [use tab name in URL]; otherwise, false.

See Also

SolpartNavigation Class | Rainbow.Framework.Web.UI.WebControls Namespace