CustomRequest Property
Specifies a custom request verb.
Syntax
property CustomRequest: String read get_CustomRequest write set_CustomRequest;
Default Value
''
Remarks
Use this property to specify a custom HTTP method verb to use instead of the original method. PATCH is one of the commonly used custom verbs.
This property is not available at design time.