Controller.Server プロパティ

定義

Web 要求の処理で使用されるメソッドを提供する HttpServerUtilityBase オブジェクトを取得します。

public System.Web.HttpServerUtilityBase Server { get; }
member this.Server : System.Web.HttpServerUtilityBase
Public ReadOnly Property Server As HttpServerUtilityBase

プロパティ値

HTTP サーバー オブジェクト。

適用対象