Click or drag to resize
HandlebarsViewEngineExtractActionName Method
Gets the action name from the controller context.

Namespace: HandlebarsDotNet.Mvc
Assembly: HandlebarsDotNet.Mvc (in HandlebarsDotNet.Mvc.dll) Version: 1.0.0-beta
Syntax
public static string ExtractActionName(
	ControllerContext controllerContext
)

Parameters

controllerContext
Type: ControllerContext
The controller context.

Return Value

Type: String
The action name.
See Also