Class NavigationState
Inheritance
System.Object
NavigationState
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Web.Console.Navigation
Assembly: Mediachase.WebConsoleLib.dll
Version: 10.8.0Syntax
public class NavigationState
Constructors
NavigationState()
Initializes a new instance of the NavigationState class.
Declaration
public NavigationState()
NavigationState(String, String, String)
Initializes a new instance of the NavigationState class.
Declaration
public NavigationState(string selectedMenuId, string selectedContentNameId, string queryString)
Parameters
Type | Name | Description |
---|---|---|
System.String | selectedMenuId | The selected menu id. |
System.String | selectedContentNameId | The selected content name id. |
System.String | queryString | The query string. |
Properties
QueryString
Gets or sets the query string.
Declaration
public string QueryString { get; set; }
Property Value
Type | Description |
---|---|
System.String | The query string. |
SelectedContentNameId
Gets or sets the selected content name id.
Declaration
public string SelectedContentNameId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The selected content name id. |
SelectedMenuId
Gets or sets the selected menu id.
Declaration
public string SelectedMenuId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The selected menu id. |