WebRenderTreeBuilderExtensions Class

Definition

Provides methods for building a collection of RenderTreeFrame entries.

public ref class WebRenderTreeBuilderExtensions abstract sealed
public static class WebRenderTreeBuilderExtensions
type WebRenderTreeBuilderExtensions = class
Public Module WebRenderTreeBuilderExtensions
Inheritance
WebRenderTreeBuilderExtensions

Methods

AddEventPreventDefaultAttribute(RenderTreeBuilder, Int32, String, Boolean)

Appends a frame representing an instruction to prevent the default action for a specified event.

AddEventStopPropagationAttribute(RenderTreeBuilder, Int32, String, Boolean)

Appends a frame representing an instruction to stop the specified event from propagating beyond the current element.

Applies to