GetContentFieldValue

<< Click to Display Table of Contents >>

Navigation:  Classes > THttpRequest > Methods >

GetContentFieldValue

SIGNATURE=IW.HTTP.Request.THttpRequest.GetContentFieldValue@string

 

ETYPE=Method

 

Declaration:

Delphi:

public function GetContentFieldValue(const aContentFieldName: string): string;

C++:

public: __fastcall String GetContentFieldValue(const String aContentFieldName);

 

Description: This is GetContentFieldValue, a member of class THttpRequest.