<< Click to Display Table of Contents >>

DoPost

URL의 패러미터 전송 시 포스트 방식으로 전송할지 여부

Prototype

bool DoPost

Reference

부모 스토어가 HTTP 스토어일 경우에만 적용됩니다.

Example

var ds = This.GetDataSet();

_DEBUG("DoPost " + ds.DoPost);