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

プロパティ値

適用対象