HostedWebApplication.SetStateData(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set the application to the state provided in the xml string.
public:
override void SetStateData(System::String ^ stateXml);
public override void SetStateData (string stateXml);
override this.SetStateData : string -> unit
Public Overrides Sub SetStateData (stateXml As String)
Parameters
- stateXml
- String
contains the state data for the application