C# Class PluggablePortableAreas.Common.RegisterAreaMessage

Inheritance: IEventMessage
Show file Open project: AkosLukacs/PluggablePortableAreasMVC4

Public Methods

Method Description
RegisterAreaMessage ( string linkText, string areaName, string controllerName, string actionName ) : System
ToString ( ) : string

Method Details

RegisterAreaMessage() public method

public RegisterAreaMessage ( string linkText, string areaName, string controllerName, string actionName ) : System
linkText string
areaName string
controllerName string
actionName string
return System

ToString() public method

public ToString ( ) : string
return string