QueryStringStrategy
Assembly: ServiceStack.Text.dll
View Source
Declaration
public static class QueryStringStrategy
Methods
FormUrlEncoded(TextWriter, String, Object)
View Source
Declaration
public static bool FormUrlEncoded(TextWriter writer, string propertyName, object obj)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
System.IO.TextWriter | writer |
System.String | propertyName |
System.Object | obj |