طريقة System::Uri::EscapeUriString
Uri::EscapeUriString method
يحوّل سلسلة URI إلى تمثيلها المُهَرَّب.
static String System::Uri::EscapeUriString(const String &stringToEscape)
| Parameter | Type | الوصف |
|---|---|---|
| stringToEscape | const String& | السلسلة المراد تشفيرها |
ReturnValue
سلسلة String تحتوي على التمثيل المُهَرَّب للـ stringToEscape
انظر أيضًا
- Class String
- Class Uri
- Namespace System
- Library Aspose.Page for C++