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

属性值

适用于