Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Controllers.AddonContentController.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

PublicAddonsThe requested addons.
PublicKnownCssA collection of all CSS files the client has already loaded.
PublicKnownScriptsA collection of all JavaScript files the client has already loaded.

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