HubOptions.DisableImplicitFromServicesParameters 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當 為 時 false
, IServiceProviderIsService 判斷中樞方法參數是否會從 DI 容器插入。
參數可以明確標示為使用 或未設定此選項的屬性來實作 IFromServiceMetadata 。
public bool DisableImplicitFromServicesParameters { get; set; }
member this.DisableImplicitFromServicesParameters : bool with get, set
Public Property DisableImplicitFromServicesParameters As Boolean
屬性值
備註
預設為 False。 如果可能,則會從 DI 容器解析中樞方法引數。