ModelBindingExecutionContext.PublishService(Of 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(Of TService) method.

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

Public Overridable Sub PublishService(Of TService) (
	service As TService
)

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: