Bloom.Api.PretendRequestInfo.GetPostDataWhenFormEncoded C# (CSharp) Method

GetPostDataWhenFormEncoded() public method

public GetPostDataWhenFormEncoded ( ) : NameValueCollection
return System.Collections.Specialized.NameValueCollection
        public NameValueCollection GetPostDataWhenFormEncoded()
        {
            return new NameValueCollection();
        }