WithContent() Method

Definition

Assembly HeadlessTestingFramework.dll

Filter ContentControl by content type.

public ControlFinder WithContent<T>()
    where T : class

Type parameters

T
The expected content type.

Returns