Beispiel #1
0
 /// <summary>
 /// Sets a custom action invoker so that the correct action is executed based on the specified tag/category url defined on the articulate root
 /// </summary>
 /// <param name="requestContext">The HTTP context and route data.</param>
 protected override void Initialize(RequestContext requestContext)
 {
     ActionInvoker = new TagsControllerActionInvoker();
     base.Initialize(requestContext);
 }
 /// <summary>
 /// Sets a custom action invoker so that the correct action is executed based on the specified tag/category url defined on the articulate root
 /// </summary>
 /// <param name="requestContext">The HTTP context and route data.</param>
 protected override void Initialize(RequestContext requestContext)
 {
     ActionInvoker = new TagsControllerActionInvoker();
     base.Initialize(requestContext);
 }