Table of Contents

Interface IElementWrapper<TElement>

Namespace
Bunit.Web.AngleSharp
Assembly
Bunit.Web.dll

Represents a wrapper around an TElement.

public interface IElementWrapper<out TElement> where TElement : class, IElement

Type Parameters

TElement
Extension Methods

Properties

WrappedElement

Gets the wrapped element.

TElement WrappedElement { get; }

Property Value

TElement
.NET Foundation

Supported by the .NET Foundation.