HttpCachePolicy.GetOmitVaryStar 方法

定义

获取 vary: 标头的状态。Gets the status of the vary: header.

public:
 int GetOmitVaryStar();
public int GetOmitVaryStar ();
member this.GetOmitVaryStar : unit -> int
Public Function GetOmitVaryStar () As Integer

返回

Int32

如果省略 vary: 标头,则为 true;否则为 falsetrue if the vary: header is omitted; otherwise false.

适用于