Table of Contents

Method PrepareUixmlStreamForPreview

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

PrepareUixmlStreamForPreview(Stream)

Prepares uixml stream for the preview. This method demoves event assignments from the uixml and makes other preview related changes.

public static Stream? PrepareUixmlStreamForPreview(Stream stream)

Parameters

stream Stream

Stream with uixml data.

Returns

Stream

Stream with changed uixml.