SignInRequestMessage.RequestUrl 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
property System::String ^ RequestUrl { System::String ^ get(); };
public string RequestUrl { get; }
member this.RequestUrl : string
Public ReadOnly Property RequestUrl As String
属性值
从当前实例序列化的 URL。
注解
字符串包含一个 URL (包括通过序列化当前实例创建的查询参数) 。 Write调用 方法以执行序列化。
适用于