summaryM:DotNetNuke.Entities.Controllers.IHostController.GetString(System.String,System.String)

Namespace: DotNetNuke.Entities.Controllers
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
string GetString(
	string key,
	string defaultValue
)
Visual Basic
Function GetString ( 
	key As String,
	defaultValue As String
) As String

Parameters

key
Type: System..::..String
paramkeyM:DotNetNuke.Entities.Controllers.IHostController.GetString(System.String,System.String)
defaultValue
Type: System..::..String
paramdefaultValueM:DotNetNuke.Entities.Controllers.IHostController.GetString(System.String,System.String)

Return Value

returnsM:DotNetNuke.Entities.Controllers.IHostController.GetString(System.String,System.String)

See Also