Share via


IPageApplicationModelPartsProvider.IsHandler(MethodInfo) Method

Definition

Determines if the specified methodInfo is a handler.

public:
 bool IsHandler(System::Reflection::MethodInfo ^ methodInfo);
public bool IsHandler (System.Reflection.MethodInfo methodInfo);
abstract member IsHandler : System.Reflection.MethodInfo -> bool
Public Function IsHandler (methodInfo As MethodInfo) As Boolean

Parameters

methodInfo
MethodInfo

The MethodInfo.

Returns

true if the methodInfo is a handler. Otherwise false.

Remarks

Override this method to provide custom logic to determine which methods are considered handlers.

Applies to