Web.AutoDisp.TWebDispatch.MethodType

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property MethodType: TMethodType read FMethodType write FMethodType default mtPost;

C++

__property Web::Httpapp::TMethodType MethodType = {read=FMethodType, write=FMethodType, default=3};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Web.AutoDisp.pas
Web.AutoDisp.hpp
Web.AutoDisp TWebDispatch

Beschreibung

Legt den Typ der Dispatch-Methode fest.

Mit dieser Eigenschaft können Sie die Dispatch-Methode (GET, POST usw.) setzen oder ermitteln.

Siehe auch