AmbientParseRequestDispatcherProvider Class
Implements a class that can be used to provide a static IParseRequestDispatcher that is used for parsing operations by default.
public static class AmbientParseRequestDispatcherProvider
- Inheritance:
- object object
Remarks
Set the Dispatcher property to an IParseRequestDispatcher instance to register the default dispatcher.
Properties
Dispatcher
The default IParseRequestDispatcher to use when a parsing operation request is made.
public static IParseRequestDispatcher? Dispatcher { get; set; }