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

适用于