RouteBuilderBase<TBuilder>.AsInvoke(Boolean) 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.
Flags the route for Invoke handling.
public virtual TBuilder AsInvoke(bool isInvoke = true);
abstract member AsInvoke : bool -> 'Builder
override this.AsInvoke : bool -> 'Builder
Public Overridable Function AsInvoke (Optional isInvoke As Boolean = true) As TBuilder
Parameters
- isInvoke
- Boolean
Returns
The current RouteBuilder instance with the invocation flag updated.