Bloom.Api.PretendRequestInfo.GetPostDataWhenFormEncoded C# (CSharp) 메소드

GetPostDataWhenFormEncoded() 공개 메소드

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