ModelBindingExecutionContext.PublishService<TService>(TService) 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.
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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET