Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Controllers.PageContentController.DataIn Class

Data received from the client for the requested page.

An instance of this class is sent from the client to request a "Single Page Application" update to change from the current page URL to the requested URL.

Namespace: YetaWF.Core.Controllers
Assembly: YetaWF.Core

Inheritance

Syntax

public class DataIn;

Constructors

PublicDataInConstructor.

Properties

PublicCacheFailUrlIf the site was restarted (based on CacheVersion) redirect to this page. May be null.
PublicCacheVersionThe current's page version. If there is a version mismatch, the site has been restarted and a full page is returned instead.
PublicIsMobileDefines whether the current page was rendered on a mobile device.
PublicKnownCssA collection of all CSS files the client has already loaded.
PublicKnownScriptsA collection of all JavaScript files the client has already loaded.
PublicPanesThe collection of pages requested.
PublicPathThe path of the requested page.
PublicQueryStringThe query string of the requested page.
PublicUnifiedAddonModsA list of "Referenced Modules" that have been loaded by the current page.
PublicUnifiedSkinCollectionDefines the skin collection used by the current page.
PublicUnifiedSkinFileNameDefines the skin collection's file used by the current page.
PublicUniqueIdCountersThe unique id prefix counter used by the current page. This value is used to prevent collisions when generating unique HTML tag ids.

Methods

PublicInherited from System.ObjectEqualsDetermines whether the specified object is equal to the current object.
ProtectedInherited from System.ObjectFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
PublicInherited from System.ObjectGetHashCodeServes as the default hash function.
PublicInherited from System.ObjectGetTypeGets the Type of the current instance.
ProtectedInherited from System.ObjectMemberwiseCloneCreates a shallow copy of the current Object.
PublicStaticInherited from System.ObjectReferenceEqualsDetermines whether the specified Object instances are the same instance.
PublicInherited from System.ObjectToStringReturns a string that represents the current object.

See Also YetaWF.Core Overview