[This is preliminary documentation and is subject to change.]
Namespace: NFX.WebAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
public Object Content { get; set; }
public Object Content { get; set; }
Public Property Content As Object
Get
Set
Public Property Content As Object
Get
Set
public:
property Object^ Content {
Object^ get ();
void set (Object^ value);
}
public:
property Object^ Content {
Object^ get ();
void set (Object^ value);
}
member Content : Object with get, set
member Content : Object with get, set
Property Value
Type:
Object