共用方式為


FederatedAuthentication.GetHttpModule<T> 方法

定義

取得 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

適用於