<li>@Ajax.ActionLink("Clear Logs", "Clear", "Log", null, new AjaxOptions{ OnSuccess = "redrawGrid", Confirm = "Delete all logs?" }, new { Title = "Delete all logs" })</li>
<li>@Html.ActionLink("File", "File", "Log", new { Title = "View debug log file" })</li>
<li>@Html.ActionLink("File", "File", "Log", null, new { Title = "View debug log file" })</li>