다음을 통해 공유


FormMultipartSection.GetValueAsync 메서드

정의

오버로드

GetValueAsync()

양식 값을 가져옵니다.

GetValueAsync(CancellationToken)

양식 값을 가져옵니다.

GetValueAsync()

Source:
FormMultipartSection.cs
Source:
FormMultipartSection.cs
Source:
FormMultipartSection.cs

양식 값을 가져옵니다.

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)

반환

양식 값

적용 대상

GetValueAsync(CancellationToken)

Source:
FormMultipartSection.cs

양식 값을 가져옵니다.

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)

매개 변수

cancellationToken
CancellationToken

취소 토큰입니다.

반환

양식 값

적용 대상