UrlQuerySanitizer.GetEffectiveValueSanitizer(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the effective value sanitizer for a parameter.
[Android.Runtime.Register("getEffectiveValueSanitizer", "(Ljava/lang/String;)Landroid/net/UrlQuerySanitizer$ValueSanitizer;", "GetGetEffectiveValueSanitizer_Ljava_lang_String_Handler")]
public virtual Android.Net.UrlQuerySanitizer.IValueSanitizer? GetEffectiveValueSanitizer (string? parameter);
[<Android.Runtime.Register("getEffectiveValueSanitizer", "(Ljava/lang/String;)Landroid/net/UrlQuerySanitizer$ValueSanitizer;", "GetGetEffectiveValueSanitizer_Ljava_lang_String_Handler")>]
abstract member GetEffectiveValueSanitizer : string -> Android.Net.UrlQuerySanitizer.IValueSanitizer
override this.GetEffectiveValueSanitizer : string -> Android.Net.UrlQuerySanitizer.IValueSanitizer
Parameters
- parameter
- String
an unescaped parameter
Returns
the effective value sanitizer for a parameter.
- Attributes
Remarks
Java documentation for android.net.UrlQuerySanitizer.getEffectiveValueSanitizer(java.lang.String)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.