FormMultipartSection.GetValueAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetValueAsync() |
Gets the form value |
GetValueAsync(CancellationToken) |
Gets the form value |
GetValueAsync()
- Source:
- FormMultipartSection.cs
- Source:
- FormMultipartSection.cs
- Source:
- FormMultipartSection.cs
Gets the form value
public:
System::Threading::Tasks::Task<System::String ^> ^ GetValueAsync();
public System.Threading.Tasks.Task<string> GetValueAsync ();
member this.GetValueAsync : unit -> System.Threading.Tasks.Task<string>
Public Function GetValueAsync () As Task(Of String)
Returns
The form value
Applies to
GetValueAsync(CancellationToken)
- Source:
- FormMultipartSection.cs
Gets the form value
public System.Threading.Tasks.ValueTask<string> GetValueAsync (System.Threading.CancellationToken cancellationToken);
member this.GetValueAsync : System.Threading.CancellationToken -> System.Threading.Tasks.ValueTask<string>
Public Function GetValueAsync (cancellationToken As CancellationToken) As ValueTask(Of String)
Parameters
- cancellationToken
- CancellationToken
The cancellation token.
Returns
The form value