次の方法で共有


ServiceConfig.Config プロパティ

定義

サービスを System.Web.Http.HttpConfiguration 初期化した結果の を取得します。または null 、サービスが初期化されていない場合は を取得します。

public static System.Web.Http.HttpConfiguration Config { get; set; }
static member Config : System.Web.Http.HttpConfiguration with get, set
Public Shared Property Config As HttpConfiguration

プロパティ値

System.Web.Http.HttpConfiguration

適用対象