summaryM:DotNetNuke.UI.Skins.NavObjectBase.GetValue(System.String,System.String)

Namespace: DotNetNuke.UI.Skins
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
protected string GetValue(
	string strVal,
	string strDefault
)
Visual Basic
Protected Function GetValue ( 
	strVal As String,
	strDefault As String
) As String

Parameters

strVal
Type: System..::..String
paramstrValM:DotNetNuke.UI.Skins.NavObjectBase.GetValue(System.String,System.String)
strDefault
Type: System..::..String
paramstrDefaultM:DotNetNuke.UI.Skins.NavObjectBase.GetValue(System.String,System.String)

Return Value

returnsM:DotNetNuke.UI.Skins.NavObjectBase.GetValue(System.String,System.String)

See Also