FederatedAuthentication.GetHttpModule<T> 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 Web 應用程式正在使用、指定之型別的 HTTP 模組。
public:
generic <typename T>
where T : class, System::Web::IHttpModule static T GetHttpModule();
public static T GetHttpModule<T> () where T : class, System.Web.IHttpModule;
static member GetHttpModule : unit -> 'T (requires 'T : null and 'T :> System.Web.IHttpModule)
Public Shared Function GetHttpModule(Of T As {Class, IHttpModule}) () As T
類型參數
- T
模組的型別。
傳回
T
指定型別的 HTTP 模組,或者如果找不到指定型別的模組,則為 null
。