ContentResult.Content 속성

정의

응답 본문을 나타내는 콘텐츠를 가져오거나 설정합니다.

public:
 property System::String ^ Content { System::String ^ get(); void set(System::String ^ value); };
public string Content { get; set; }
public string? Content { get; set; }
member this.Content : string with get, set
Public Property Content As String

속성 값

적용 대상