共用方式為


UrlParameterValue interface

表示 URL 參數值的介面。

屬性

skipUrlEncoding

是否要保留或略過 URL 編碼。

value

URL 值。

屬性詳細資料

skipUrlEncoding

是否要保留或略過 URL 編碼。

skipUrlEncoding: boolean

屬性值

boolean

value

URL 值。

value: string

屬性值

string