ModelBindingExecutionContext.PublishService<'TService> Method ('TService)

.NET Framework (current version)
 

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

Namespace:   System.Web.ModelBinding
Assembly:  System.Web (in System.Web.dll)

abstract PublishService<'TService> : 
        service:'TService -> unit
override PublishService<'TService> : 
        service:'TService -> unit

Parameters

service
Type: TService

The object that contains values to store.

Type Parameters

TService

The type of the object that contains values to store.

.NET Framework
Available since 4.5
Return to top
Show: