WebControl Class Methods
For a list of all members of this type, see WebControl members.
Public Methods
Name | Description | |
---|---|---|
![]() | AddHandler | Overloaded. (Inherited from System.Windows.UIElement) |
![]() | AddToEventRoute | (Inherited from System.Windows.UIElement) |
![]() | ApplyAnimationClock | Overloaded. (Inherited from System.Windows.UIElement) |
![]() | ApplyTemplate | (Inherited from System.Windows.FrameworkElement) |
![]() | Arrange | (Inherited from System.Windows.UIElement) |
![]() | BeginAnimation | Overloaded. (Inherited from System.Windows.UIElement) |
![]() | BeginInit | (Inherited from System.Windows.FrameworkElement) |
![]() | BeginStoryboard | Overloaded. (Inherited from System.Windows.FrameworkElement) |
![]() | BringIntoView | Overloaded. (Inherited from System.Windows.FrameworkElement) |
![]() | CaptureMouse | (Inherited from System.Windows.UIElement) |
![]() | CaptureStylus | (Inherited from System.Windows.UIElement) |
![]() | CaptureTouch | (Inherited from System.Windows.UIElement) |
![]() | ClearValue | Overloaded. (Inherited from System.Windows.DependencyObject) |
![]() | CoerceValue | (Inherited from System.Windows.DependencyObject) |
![]() | Dispose | Overloaded. Performs tasks associated with freeing, releasing, or resetting unmanaged resources. |
![]() | EndInit | (Inherited from System.Windows.FrameworkElement) |
![]() | Equals | (Inherited from System.Windows.DependencyObject) |
![]() | EvalScriptAsync | Executes JavaScript code with return value with task. |
![]() | ExecuteScriptAsync | Executes JavaScript code. |
![]() | FindCommonVisualAncestor | (Inherited from System.Windows.Media.Visual) |
![]() | FindName | (Inherited from System.Windows.FrameworkElement) |
![]() | FindResource | (Inherited from System.Windows.FrameworkElement) |
![]() | Focus | (Inherited from System.Windows.UIElement) |
![]() | GetAnimationBaseValue | (Inherited from System.Windows.UIElement) |
![]() | GetBindingExpression | (Inherited from System.Windows.FrameworkElement) |
![]() | GetHashCode | (Inherited from System.Windows.DependencyObject) |
![]() | GetHtml | Gets the HTML of the current document. This returns the HTML from the loaded DOM. |
![]() | GetLocalResponse | Returns the locla resource byte array |
![]() | GetLocalValueEnumerator | (Inherited from System.Windows.DependencyObject) |
![]() | GetSource | Gets the source HTML of the current document. This call goes to the server to get the source. |
![]() | GetValue | (Inherited from System.Windows.DependencyObject) |
![]() | HideDevTools | Hides the developer tools interface. |
![]() | InputHitTest | (Inherited from System.Windows.UIElement) |
![]() | InvalidateArrange | (Inherited from System.Windows.UIElement) |
![]() | InvalidateMeasure | (Inherited from System.Windows.UIElement) |
![]() | InvalidateProperty | (Inherited from System.Windows.DependencyObject) |
![]() | InvalidateVisual | (Inherited from System.Windows.UIElement) |
![]() | InvokeJSFunctionAsync | Invoke JavaScript function from JSFunction object. In some cases, from the browser JavaScript side, try using the C# JavaScript function with function type argument, such as: RegisterJSFunction("csharpExecCallback", callback => InvokeJSFunctionAsync(callback, "TestResult")); Thus, the browser javascript side can call: window.csharpExecCallback(function(result) { console.log(result); }); |
![]() | IsAncestorOf | (Inherited from System.Windows.Media.Visual) |
![]() | IsDescendantOf | (Inherited from System.Windows.Media.Visual) |
![]() | LoadHtml | Loads given HTML. It is more like setting document.body.outerHTML instead of a real load. It doesn't show up in navigation history either. So it is treated much more like "modifying the current document" rather than loading a new document. |
![]() | LoadUrlAndWait | Loads a Url and wait for it to finish loading. |
![]() | Measure | (Inherited from System.Windows.UIElement) |
![]() | MoveFocus | (Inherited from System.Windows.FrameworkElement) |
![]() | OnApplyTemplate | Overridden. This method is to override the default control template of WebControl. |
![]() | PointFromScreen | (Inherited from System.Windows.Media.Visual) |
![]() | PointToScreen | (Inherited from System.Windows.Media.Visual) |
![]() | PredictFocus | (Inherited from System.Windows.FrameworkElement) |
![]() | ProcessTouch | The implementation of ISupportTouch to ignore the safety switch and pane-level gesture. |
![]() | RaiseEvent | (Inherited from System.Windows.UIElement) |
![]() | ReadLocalValue | (Inherited from System.Windows.DependencyObject) |
![]() | RegisterJSFunction | Register a function that can be called from JavaScript code. |
![]() | RegisterName | (Inherited from System.Windows.FrameworkElement) |
![]() | ReleaseAllTouchCaptures | (Inherited from System.Windows.UIElement) |
![]() | ReleaseMouseCapture | (Inherited from System.Windows.UIElement) |
![]() | ReleaseStylusCapture | (Inherited from System.Windows.UIElement) |
![]() | ReleaseTouchCapture | (Inherited from System.Windows.UIElement) |
![]() | Reload | Reloads the current web page. |
![]() | RemoveHandler | (Inherited from System.Windows.UIElement) |
![]() | SetBinding | Overloaded. (Inherited from System.Windows.FrameworkElement) |
![]() | SetCurrentValue | (Inherited from System.Windows.DependencyObject) |
![]() | SetLoadUrl | Loads a Url. |
![]() | SetResourceReference | (Inherited from System.Windows.FrameworkElement) |
![]() | SetValue | Overloaded. (Inherited from System.Windows.DependencyObject) |
![]() | ShowDevTools | Displays the developer tools interface in a separate window. |
![]() | StopLoad | Stops loading current web page. |
![]() | ToString | (Inherited from System.Windows.Controls.Control) |
![]() | TransformToAncestor | Overloaded. (Inherited from System.Windows.Media.Visual) |
![]() | TransformToDescendant | (Inherited from System.Windows.Media.Visual) |
![]() | TransformToVisual | (Inherited from System.Windows.Media.Visual) |
![]() | TranslatePoint | (Inherited from System.Windows.UIElement) |
![]() | TryFindResource | (Inherited from System.Windows.FrameworkElement) |
![]() | UnregisterName | (Inherited from System.Windows.FrameworkElement) |
![]() | UpdateDefaultStyle | (Inherited from System.Windows.FrameworkElement) |
![]() | UpdateLayout | (Inherited from System.Windows.UIElement) |
Protected Methods
Top
Extension Methods
Name | Description | |
---|---|---|
![]() | FindChildOfType | Overloaded. Find dependency object based on child name |
![]() | ParentOfType<T> | Gets the parent element from the visual tree by given type. |
See Also