ภาษา

RouteAttributeHelper.GetDeclaredHandlerType(Type) Method

Definition

Returns the first handler delegate Type declared on a route attribute class via RouteHandlerTypeAttribute, or null when none is declared.

public static Type? GetDeclaredHandlerType(Type? attributeType);
static member GetDeclaredHandlerType : Type -> Type
Public Shared Function GetDeclaredHandlerType (attributeType As Type) As Type

Parameters

attributeType
Type

The route attribute Type to inspect.

Returns

Applies to