File tree Expand file tree Collapse file tree
Ignia.Topics.Web.Mvc/Controllers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ public RedirectController(ITopicRepository topicRepository) : base() {
4646 | REDIRECT
4747 \-------------------------------------------------------------------------------------------------------------------------*/
4848 /// <summary>
49- /// Redirect based on TopicID
49+ /// Redirect based on <see cref="Topic.Id"/>.
5050 /// </summary>
5151 /// <param name="topicId">The <see cref="Topic.Id"/> to lookup in the <see cref="ITopicRepository"/>.</param>
52- public virtual ActionResult TopicRedirect ( int topicId ) {
52+ public virtual ActionResult Redirect ( int topicId ) {
5353
5454 /*------------------------------------------------------------------------------------------------------------------------
5555 | Find the topic with the correct PageID.
You can’t perform that action at this time.
0 commit comments