Version: 2022.3
LanguageEnglish
  • C#

IMultipartFormSection.sectionName

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public string sectionName;

Returns

string The section's name, or null.

Description

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.