SignInRequestMessage.RequestUrl 属性

定义

获取对应此消息的 URL 的字符串表示形式。

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调用 方法以执行序列化。

适用于