ModelBindingExecutionContext.PublishService<TService>(TService) Method

Definition

Stores an object that contains values that are used for model binding and that will be accessed by using the GetService<TService>() method.

public:
generic <typename TService>
 virtual void PublishService(TService service);
public virtual void PublishService<TService> (TService service);
abstract member PublishService : 'Service -> unit
override this.PublishService : 'Service -> unit
Public Overridable Sub PublishService(Of TService) (service As TService)

Type Parameters

TService

The type of the object that contains values to store.

Parameters

service
TService

The object that contains values to store.

Applies to