Class PageExtensions
Inheritance
System.Object
PageExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Xamarin.Forms
Assembly: Goui.Forms.dll
Syntax
public static class PageExtensions
Methods
| Improve this Doc View SourceGetGouiElement(Page)
Declaration
public static Element GetGouiElement(this Page page)
Parameters
| Type | Name | Description |
|---|---|---|
| Xamarin.Forms.Page | page |
Returns
| Type | Description |
|---|---|
| Element |
Publish(Page, String)
Declaration
public static void Publish(this Page page, string path)
Parameters
| Type | Name | Description |
|---|---|---|
| Xamarin.Forms.Page | page | |
| System.String | path |
PublishShared(Page, String)
Declaration
public static void PublishShared(this Page page, string path)
Parameters
| Type | Name | Description |
|---|---|---|
| Xamarin.Forms.Page | page | |
| System.String | path |