C# Class Codebreak.App.Website.Controllers.WrappedController

Inheritance: Controller
Show file Open project: hussein-aitlahcen/codebreak

Public Properties

Property Type Description
Logger log4net.ILog

Public Methods

Method Description
GetConfigurationVariable ( string key ) : string

GetRedirectUrl ( string returnUrl = "" ) : string

Method Details

GetConfigurationVariable() public method

public GetConfigurationVariable ( string key ) : string
key string
return string

GetRedirectUrl() public method

public GetRedirectUrl ( string returnUrl = "" ) : string
returnUrl string
return string

Property Details

Logger public static property

public static ILog,log4net Logger
return log4net.ILog