Click or drag to resize
KenticoRequestLogControllerGet Method
Returns debug information for the specified debug name.

Namespace: Kentico.Debug.Web.Mvc
Assembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public ActionResult Get(
	string name
)

Parameters

name
Type: SystemString
The name of the debug.

Return Value

Type: ActionResult
See Also