طريقة System::Web::HttpUtility::UrlEncode

HttpUtility::UrlEncode(const System::ArrayPtr<uint8_t>&) method

يُرمّز شظية URI.

static String System::Web::HttpUtility::UrlEncode(const System::ArrayPtr<uint8_t> &bytes)
ParameterTypeالوصف
بايتاتconst System::ArrayPtr<uint8_t>&جزء URI للترميز.

ReturnValue

جزء URI المُرمّز.

انظر أيضًا

HttpUtility::UrlEncode(const System::ArrayPtr<uint8_t>&, int32_t, int32_t) method

يُرمّز شظية URI.

static String System::Web::HttpUtility::UrlEncode(const System::ArrayPtr<uint8_t> &bytes, int32_t offset, int32_t count)
ParameterTypeالوصف
بايتاتconst System::ArrayPtr<uint8_t>&جزء URI للترميز.
الإزاحةint32_tالإزاحة في مصفوفة البايتات المعطاة.
countint32_tعدد البايتات للقراءة من.

ReturnValue

جزء URI المُرمّز.

انظر أيضًا

HttpUtility::UrlEncode(String) method

يُرمّز شظية URI.

static String System::Web::HttpUtility::UrlEncode(String str)
ParameterTypeالوصف
strStringجزء URI للترميز.

ReturnValue

جزء URI المُرمّز.

انظر أيضًا

HttpUtility::UrlEncode(String, const System::SharedPtr<Text::Encoding>&) method

يُرمّز شظية URI.

static String System::Web::HttpUtility::UrlEncode(String str, const System::SharedPtr<Text::Encoding> &e)
ParameterTypeالوصف
strStringجزء URI للترميز.
econst System::SharedPtr<Text::Encoding>&الترميز للاستخدام.

ReturnValue

جزء URI المُرمّز.

انظر أيضًا