Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Wisej.Base.Cookie
Namespace: Wisej.Base
Assembly: Wisej.Framework (3.5.0.0)
Represents an individual HTTP cookie.
Creates a new instance of Cookie.
Creates a new instance of Cookie.
Name | Type | Description |
---|---|---|
Creates a new instance of Cookie.
Name | Type | Description |
---|---|---|
Creates a new instance of Cookie.
Creates a new instance of Cookie.
String: Returns or sets the domain to associate the cookie with.
DateTime: Returns or sets the expiration date and time for the cookie.
String: Returns or sets the name for the Cookie.
String: Returns or sets the path of the Cookie.
SameSiteMode: Returns or sets the value for the SameSite attribute of the cookie. The default value is Unspecified.
Boolean: Returns or sets whether to transmit the cookie using Secure Sockets Layer (SSL)--that is, over HTTPS only.
String: Returns or sets an individual cookie value.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
name
The name of the cookie.
value
The value of the cookie.
expires
The expiration date/time of the cookie.
name
The name of the cookie.
value
The value of the cookie.
domain
The domain, or partial domain, associated with the cookie.
expires
The expiration date/time of the cookie.
name
The name of the cookie.
value
The value of the cookie.
name
The name of the cookie.
value
The value of the cookie.
domain
The domain, or partial domain, associated with the cookie.
Wisej.Base.CookieCollection
Namespace: Wisej.Base
Assembly: Wisej.Framework (3.5.0.0)
Manages the collection of cookies for the current application.
Int32: Returns the number of Cookie items in the collection.
String: Returns the Cookie with a specific name from a CookieCollection.
Throws:
ArgumentNullException name is null.
Cookie: Returns the Cookie with a specific name from a CookieCollection.
Throws:
IndexOutOfRangeException index is out of range.
Adds a cookie to the collection.
Adds a new cookie to the collection.
Returns: Cookie.
Adds a new cookie to the collection.
Returns: Cookie.
Adds a new cookie to the collection.
Returns: Cookie.
Adds a new cookie to the collection.
Returns: Cookie.
Delete all cookies from the collection. NOTE: Cookies are only removed from the collection, not from the client. You need to set the expiration date to remove it from the client.
Determines whether the cookie is present in the collection.
Returns: Boolean.
Copies the cookie collection to a compatible one-dimensional array, starting at the specified index of the target array.
Returns the cookie with the specified name.
Returns: Cookie.
Returns: IEnumerator<Cookie>.
Searches for the specified cookie and returns the zero-based index of the first occurrence.
Returns: Int32.
Searches for the specified cookie by name and returns the zero-based index of the first occurrence.
Returns: Int32.
Removes the specified cookie from the collection. NOTE: Cookies are only removed from the collection, not from the client. You need to set the expiration date to remove it from the client.
Returns: Boolean. true if item is successfully removed; otherwise, false.
Removes the specified cookie from the collection. NOTE: Cookies are only removed from the collection, not from the client. You need to set the expiration date to remove it from the client.
Returns: Boolean. true if item is successfully removed; otherwise, false.
Removes the cookie at the specified index. NOTE: Cookies are only removed from the collection, not from the client. You need to set the expiration date to remove it from the client.
Wisej.Base.TextUtils
Namespace: Wisej.Base
Assembly: Wisej.Framework (3.5.0.0)
Provides utility methods to measure, encode, and extract mnemonics from text.
Name | Type | Description |
---|---|---|
Escapes special characters in the specified string.
Parameter | Type | Description |
---|---|---|
Returns: String. The escaped string. Null if the specified string was null, or empty if it was empty.
Removes the ampersand from the text and encodes HTML characters if necessary.
Returns: String. The escaped string. Null if the specified string was null, or empty if it was empty.
Returns the first character that is preceded by an ampersand (&).
Returns: String.
Returns the size of the specified text when rendered with the specified font.
Returns: Size. The computed Size of the specified text.
Returns the size of the specified text when rendered with the specified font.
Returns: Size. The computed Size of the specified text.
Returns the size of the specified text when rendered with the specified font.
Returns: Size.
Returns the size of the specified text when rendered with the specified font.
Returns: Size.
Returns the size of the specified text when rendered with the specified font.
Returns the size of the specified text when rendered with the specified font.
Asynchronously returns the size of the specified text when rendered with the specified font. The measurement is performed on the browser. Returns an awaitable Task that contains the measured size.
Returns: Task<Size>. An awaitable Task that represents the asynchronous operation.
Wisej.Base.PostbackPropertyAttribute
Namespace: Wisej.Base
Assembly: Wisej.Framework (3.5.0.0)
Allows the property to return its value to postback requests.
Initializes the PostbackPropertyAttribute attribute.
Initializes the PostbackPropertyAttribute attribute.
Name | Type | Description |
---|---|---|
Boolean: Returns or sets whether the property is allows to return its value to postback requests.
Returns true if the property allows postback requests.
Returns: Boolean. True if the property allows postback requests.
Wisej.Base.Component
Namespace: Wisej.Base
Assembly: Wisej.Framework (3.5.0.0)
The base class for Wisej components that are not controls. Wisej components are still managed on the client and the server but are not present on the designer surface. Examples of wisej components are: menu items, image lists, tree nodes, list items.
Default constructor
Default constructor
Name | Type | Description |
---|---|---|
Boolean: Checks if the UserData dynamic object was created and has any value.
Boolean: Indicates that the component has been disposed.
Object: Returns a dynamic object that can be used to store custom data in relation to this component.
Runs the JavaScript function within the component's context in the browser.
Runs the JavaScript function within the component's context in the browser and returns the value to the callback method.
Asynchronously runs the JavaScript function within the component's context in the browser and returns an awaitable Task containing the value returned by the remote call.
Returns: Task<Object>. An awaitable Task that represents the asynchronous operation.
Releases all resources used by the Component.
Runs the javaScript code within the component's context in the browser.
Runs the javaScript code within the component's context in the browser and returns the value to the callback method.
Asynchronously runs the javaScript code within the component's context in the browser and returns an awaitable Task that contains the value returned by the remote call.
Returns: Task<Object>. An awaitable Task that represents the asynchronous operation.
Updates the component on the client.
EventHandler Fired when the component is disposed.
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|
Name | Description |
---|---|
cookie
The cookie to add.
name
The case-sensitive name of the cookie.
value
The value of the new cookie to add.
name
The case-sensitive name of the cookie.
value
The value of the new cookie to add.
domain
The domain, or partial domain, associated with the cookie.
name
The case-sensitive name of the cookie.
value
The value of the new cookie.
expires
The expiration date/time of the new cookie.
name
The case-sensitive name of the cookie.
value
The value of the new cookie.
domain
The value of the new cookie.
expires
The expiration date/time of the new cookie.
cookie
The cookie to locate.
array
The one-dimensional System.Array that is the destination of the elements copied.
index
The zero-based index in array at which copying begins.
name
The case-sensitive name of the cookie to locate.
cookie
The cookie to locate.
name
The case-sensitive name cookie to locate.
cookie
The cookie to remove from the collection.
name
The case-sensitive name of the cookie to remove from the collection.
index
The zero-based index of the element to remove.
text
The text to convert.
allowHtml
Whether to encode HTML characters.
useMnemonic
Whether to convert the first mnemonic to an underlined character.
translateNewLines
Whether to convert newlines (CRLF) to <BR/>. The conversion is performed only when allowHtml is false, or, if allowHtml is true and the text doesn't contain any HTML.
text
The string from which to extract the mnemonic character.
text
The text to measure.
font
The Font to apply to the measured text.
text
The text to measure.
font
The Font to apply to the measured text.
format
Formatting information.
text
The text to measure.
font
The Font to apply to the measured text.
layoutArea
The Size to use as bounding rectangle for the text.
text
The text to measure.
font
The Font to apply to the measured text.
layoutArea
The Size to use as bounding rectangle for the text.
format
Formatting information.
text
The text to measure.
allowHtml
The text to measure may contain HTML tags.
font
The Font to apply to the measured text.
callback
Result callback method, invoked when the client has finished measuring the text.
text
The text to measure.
allowHtml
The text to measure may contain HTML tags.
font
The Font to apply to the measured text.
width
The width to use as bounding rectangle for the text.
callback
Result callback method, invoked when the client has finished measuring the text.
property
Property to check.
function
The name of the JavaScript function to execute.
args
The arguments to pass to the function.
function
The name of the JavaScript function to execute.
callback
Asynchronous callback method that receives the return value.
args
The arguments to pass to the function.
function
The name of the JavaScript function to execute.
args
The arguments to pass to the function.
javaScript
The JavaScript code to run on the client.
javaScript
The JavaScript code to evaluate on the client.
callback
Asynchronous callback method that receives the return value.
javaScript
The JavaScript code to evaluate on the client.
Extends Component and enables the component to participated if data binding operations and have their own DataBindings.
Extends Component and enables the components to appear on the designer surface.
Displays a message box that can contain text, buttons, and symbols that inform and instruct the user.
Implements a timer that raises an event at user-defined intervals.
Represents a component in the Desktop control's taskbar.
Represents a DateTime component in the Desktop control's taskbar.
Provides support for animating controls or windows using predefined animations definitions or custom animations in response to certain events.
Provides a user interface for indicating that a control on a form has an error associated with it.
Represents a small rectangular pop-up window that displays a brief help text next to a control when it gets activated (focused).
Allows controls to execute javascript code.
Add rotation capabilities along the X,Y,Z axis to Control controls.
Adds CSS styling to controls.
Represents a small rectangular pop-up window that displays a brief description of a control's purpose when the user rests the pointer on the control.
Displays an alert box that can contain an icon and text that inform and instruct the user. Alert boxes are not modal and can disappear automatically.
Displays a toast that can contain an icon and text.
Represent a tool widget that can be displayed inside another control. A tool widget is different from other child controls: it's displayed inside the parent's layout. For example, the Form control shows tool widgets inside the caption bar. When a tool widget is pressed, it fires the toolClicked event on the container.
Provides methods to manage a collection of Image objects. This class cannot be inherited.
Displays a standard column header in a ListView control.
Displays an image column header in a ListView control.
Represents an individual menu item that is displayed within a MainMenu or ContextMenu and always shows a checkbox next to the label.
Represents a context menu associated to a Control.
Represents an individual menu item that is displayed within a MainMenu or ContextMenu rendered using the <a> link element to let the browser process the specified HRef URL.
Represents the main menu in a Form.
Represents the base functionality for all menus.
Represents an individual item that is displayed within a MainMenu or ContextMenu.
Represents a panel in a StatusBar control.
Represents an item in the ToolBar.
Represents a node of a TreeView.
All wisej components implement this interface.
Allows an object to serialize itself.
text
The text to measure.
allowHtml
The text to measure may contain HTML tags.
font
The Font to apply to the measured text.
The optional width to use as bounding rectangle for the text.
ConvertToString
Pluggable method used to convert user input to a string. Since 3.0.10
MeasureString
Pluggable method used to measure strings.
text
The text to escape.
Indicates that HTML tags should not be escaped. The default is false.
allow
Indicates whether the property is allowed or disallowed to return its value to postback requests.
embedded
Indicates whether the component is embedded in a parent component. Embedded components don't update themselves, instead their parent is in charge of updating the corresponding client widget.
Lax | Indicates the client should send the cookie with "same-site" requests, and with "cross-site" top-level navigations. |
None | Indicates the client should disable same-site restrictions. When using this value, the cookie must also have the property set to true. |
Strict | Indicates the client should only send the cookie with "same-site" requests. |
Unspecified | No SameSite field will be set, the client should follow its default cookie policy. |
Returns or sets the value for the SameSite attribute of the cookie. The default value is . |
width
allowHtml