Skip to content

OnBeforeMethod

This callback is defined as

csharp
/// <summary>
/// Override this Handler to call code before any Controller.Method()
/// </summary>
public virtual void OnBeforeMethod() { }

Released under the MIT License.