CookieAuthenticationOptions.ReturnUrlParameter 属性

定义

ReturnUrlParameter 确定查询字符串参数的名称,该参数在质询期间由处理程序追加。 这也是请求到达登录路径或注销路径时所查找的查询字符串参数,目的是在执行操作后返回到原始 URL。

public:
 property System::String ^ ReturnUrlParameter { System::String ^ get(); void set(System::String ^ value); };
public string ReturnUrlParameter { get; set; }
member this.ReturnUrlParameter : string with get, set
Public Property ReturnUrlParameter As String

属性值

适用于