Version: 5.3
Experimental: this API is experimental and might be changed or removed in the future.

IMultipartFormSection.sectionName

매뉴얼로 전환
public string sectionName ;

반환

string The section's name, or null.

설명

Returns the name of this section, if any.

Returns the name of this section; this is equivalent to the name of the form field which this section represents. In HTML terms, it is the name attribute on the input element represented by this form section.

If this property returns null, the section is assumed to be unnamed.