HubOptions.DisableImplicitFromServicesParameters 属性

定义

当 为 时 falseIServiceProviderIsService 确定是否将从 DI 容器注入中心方法参数。 参数可以显式标记一个属性,该属性在设置或不设置此选项的情况下实现 IFromServiceMetadata

public bool DisableImplicitFromServicesParameters { get; set; }
member this.DisableImplicitFromServicesParameters : bool with get, set
Public Property DisableImplicitFromServicesParameters As Boolean

属性值

注解

默认值为 False。 如果可能,将从 DI 容器解析中心方法参数。

适用于