IPageApplicationModelPartsProvider.IsHandler(MethodInfo) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.