HttpServerUtilityBase.UrlTokenDecode(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在派生类中重写时,使用 base64 编码的数字将 URL 字符串标记解码到等效的字节数组中。
public:
virtual cli::array <System::Byte> ^ UrlTokenDecode(System::String ^ input);
public virtual byte[] UrlTokenDecode (string input);
abstract member UrlTokenDecode : string -> byte[]
override this.UrlTokenDecode : string -> byte[]
Public Overridable Function UrlTokenDecode (input As String) As Byte()
参数
- input
- String
要解码的 URL 字符串标记。
返回
- Byte[]
包含解码后的 URL 标记的字节数组。