IServerVariablesFeature 接口

定义

此功能提供对请求服务器变量集的访问。

public interface class IServerVariablesFeature
public interface IServerVariablesFeature
type IServerVariablesFeature = interface
Public Interface IServerVariablesFeature

注解

有关 IIS 中可用的常见服务器变量的列表,请参阅 http://go.microsoft.com/fwlink/?LinkId=52471

属性

Item[String]

获取或设置当前请求的服务器变量的值。

适用于