IncomingWebRequestContext.UserAgent 속성

정의

UserAgent 들어오는 웹 요청에서 헤더 값을 가져옵니다.

public:
 property System::String ^ UserAgent { System::String ^ get(); };
public string UserAgent { get; }
member this.UserAgent : string
Public ReadOnly Property UserAgent As String

속성 값

UserAgent 들어오는 웹 요청의 헤더입니다.

적용 대상