Extensions for the standard System.Web,Mvc.HtmlHelper class
Inheritance Hierarchy
RainWorx.FrameWorx.MVC.HelpersHtmlHelpers
Namespace: RainWorx.FrameWorx.MVC.Helpers
Assembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public static class HtmlHelpers
The HtmlHelpers type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | AcceptedListingActionCount |
Returns the number of accepted listing actions for the specified listing
|
![]() ![]() | ActionLink(HtmlHelper, MvcHtmlString, String) |
Returns an anchor element (a element) that contains the virtual path of the specified action.
|
![]() ![]() | ActionLink(HtmlHelper, MvcHtmlString, String, Object) |
Returns an anchor element (a element) that contains the virtual path of the specified action.
|
![]() ![]() | ActionLink(HtmlHelper, MvcHtmlString, String, String) |
Returns an anchor element (a element) that contains the virtual path of the specified action.
|
![]() ![]() | ActionLink(HtmlHelper, MvcHtmlString, String, RouteValueDictionary) |
Returns an anchor element (a element) that contains the virtual path of the specified action.
|
![]() ![]() | ActionLink(HtmlHelper, MvcHtmlString, String, Object, Object) |
Returns an anchor element (a element) that contains the virtual path of the specified action.
|
![]() ![]() | ActionLink(HtmlHelper, MvcHtmlString, String, RouteValueDictionary, IDictionaryString, Object) |
Returns an anchor element (a element) that contains the virtual path of the specified action.
|
![]() ![]() | ActionLink(HtmlHelper, MvcHtmlString, String, String, Object, Object) |
Returns an anchor element (a element) that contains the virtual path of the specified action.
|
![]() ![]() | ActionLink(HtmlHelper, MvcHtmlString, String, String, RouteValueDictionary, IDictionaryString, Object) |
Returns an anchor element (a element) that contains the virtual path of the specified action.
|
![]() ![]() | ActionLink(HtmlHelper, MvcHtmlString, String, String, String, String, String, Object, Object) |
Returns an anchor element (a element) that contains the virtual path of the specified action.
|
![]() ![]() | ActionLink(HtmlHelper, MvcHtmlString, String, String, String, String, String, RouteValueDictionary, IDictionaryString, Object) |
Returns an anchor element (a element) that contains the virtual path of the specified action.
|
![]() ![]() | ActionLinkNoEncoding(HtmlHelper, String, String, String, Object, Object) |
Returns an anchor element that redirects to the virtual path of the specified action.
|
![]() ![]() | ActionLinkNoEncoding(HtmlHelper, MvcHtmlString, String, String, Object, Object) |
Returns an anchor element that redirects to the virtual path of the specified action.
|
![]() ![]() | ActionLinkWithConfirmation(HtmlHelper, String, String, String, Object, Object, String) |
Returns an anchor element (a element) that contains the virtual path of the specified action, with an associated javascript confirmation onclick dialog.
|
![]() ![]() | ActionLinkWithConfirmation(HtmlHelper, MvcHtmlString, String, String, Object, Object, String) |
Returns an anchor element (a element) that contains the virtual path of the specified action, with an associated javascript confirmation onclick dialog.
|
![]() ![]() | AddAllFormValues(UserInput, Controller) |
Adds all form input values sent with a GET request
|
![]() ![]() | AddAllFormValues(UserInput, Controller, IEnumerableString) |
Adds all form input values sent with a POST request
|
![]() ![]() | AddAllFormValues(UserInput, Controller, IEnumerableString, IEnumerableString) |
Adds all form input values sent with a POST request
|
![]() ![]() | AddAllQueryStringValues(UserInput, Controller) |
Adds all form input values sent with a GET request
|
![]() ![]() | AddAllQueryStringValues(UserInput, Controller, IEnumerableString) |
Adds all form input values sent with a GET request
|
![]() ![]() | Base |
Returns the full url of the application root
|
![]() ![]() | BeginDetailLink(Event) |
Generates the Beginning HTML of an anchor tag with the absolute url, including SEO data, to the Detail page of this Event
|
![]() ![]() | BeginDetailLink(Listing) |
Generates the Beginning HTML of an anchor tag with the absolute url, including SEO data, to the Detail page of this Listing
|
![]() ![]() | BracketEllipsize |
Returns a truncated version of the spcieifed string, with an ellipsis (...) appended when the string is longer than the specified truncation length
|
![]() ![]() | ButtonLink(HtmlHelper, String, String) |
Returns a button element that redirects to the virtual path of the specified action.
|
![]() ![]() | ButtonLink(HtmlHelper, MvcHtmlString, String) |
Returns a button element that redirects to the virtual path of the specified action.
|
![]() ![]() | ButtonLink(HtmlHelper, String, String, Object) |
Returns a button element that redirects to the virtual path of the specified action.
|
![]() ![]() | ButtonLink(HtmlHelper, String, String, String) |
Returns a button element that redirects to the virtual path of the specified action.
|
![]() ![]() | ButtonLink(HtmlHelper, MvcHtmlString, String, Object) |
Returns a button element that redirects to the virtual path of the specified action.
|
![]() ![]() | ButtonLink(HtmlHelper, MvcHtmlString, String, String) |
Returns a button element that redirects to the virtual path of the specified action.
|
![]() ![]() | ButtonLink(HtmlHelper, String, String, Object, Object) |
Returns a button element that redirects to the virtual path of the specified action.
|
![]() ![]() | ButtonLink(HtmlHelper, String, String, String, Object) |
Returns a button element that redirects to the virtual path of the specified action.
|
![]() ![]() | ButtonLink(HtmlHelper, MvcHtmlString, String, Object, Object) |
Returns a button element that redirects to the virtual path of the specified action.
|
![]() ![]() | ButtonLink(HtmlHelper, MvcHtmlString, String, String, Object) |
Returns a button element that redirects to the virtual path of the specified action.
|
![]() ![]() | ButtonLink(HtmlHelper, String, String, String, Object, Object) |
Returns a button element that redirects to the virtual path of the specified action.
|
![]() ![]() | ButtonLink(HtmlHelper, MvcHtmlString, String, String, Object, Object) |
Returns a button element that redirects to the virtual path of the specified action.
|
![]() ![]() | ButtonLink(HtmlHelper, String, String, String, Object, Object, String) |
Returns a button element that redirects to the virtual path of the specified action.
|
![]() ![]() | ButtonLink(HtmlHelper, MvcHtmlString, String, String, Object, Object, String) |
Returns a button element that redirects to the virtual path of the specified action.
|
![]() ![]() | BuyersPremiumIsTaxable |
Returns: True if BP has been set to Taxable for this invoice,
False if BP has been set to Non-Taxable for this invoice,
otherwise returns the default setting based on applicable SiteProperties.
|
![]() ![]() | CategoryLineageString(HtmlHelper, Listing) |
Returns a string representing the category hierarchy of the primary category of the specified listing
|
![]() ![]() | CategoryLineageString(HtmlHelper, Listing, String) |
Returns a string representing the category hierarchy of the primary category of the specified listing
|
![]() ![]() | CategoryLinks(HtmlHelper, HierarchyInt32, Category) |
Generates anchor tags to each category in the specified hierarchy
|
![]() ![]() | CategoryLinks(HtmlHelper, HierarchyInt32, Category, Object) |
Generates anchor tags to each category in the specified hierarchy with the specified route values
|
![]() ![]() | CategoryLinks(HtmlHelper, HierarchyInt32, Category, Object, Object) |
Generates anchor tags to each category in the specified hierarchy with the specified route values and html attributes
|
![]() ![]() | CategoryLinks(HtmlHelper, HierarchyInt32, Category, Object, Object, String) |
Generates anchor tags to each category in the specified hierarchy with the specified route values, html attributes and separator
|
![]() ![]() | CategorySelectsWithParents |
Generates one or more HTML select boxes with parent and siblings categories selected
|
![]() ![]() | CheckBoxEnableOnly(HtmlHelper, String) |
Returns a checkbox element which will is disabled if the initial value is "checked"
|
![]() ![]() | CheckBoxEnableOnly(HtmlHelper, String, IDictionaryString, Object) |
Returns a checkbox element which will is disabled if the initial value is "checked", with the specified HTML attributes
|
![]() ![]() | CloneMediaAssets(IEnumerableMedia) |
Clones a list of Media objects
|
![]() ![]() | CloneMediaAssets(Controller, IEnumerableMedia) |
Clones a list of Media objects
|
![]() ![]() | ConvertAmount |
Returns the converted
|
![]() ![]() | CultureInvariantLocalDTTM(HtmlHelper, DateTime) |
returns a string representation of a date/time value, adjusted for the site timezone and formatted as a culture-invariant value
|
![]() ![]() | CultureInvariantLocalDTTM(HtmlHelper, DateTime, String) |
returns a string representation of a date/time value, adjusted for the site timezone and formatted as a culture-invariant value
|
![]() ![]() | CurrencyBox(HtmlHelper, String, String, String, Object) |
Returns an input element with the currency symbol and/or code code displayed next to it as configured in the admin control panel
|
![]() ![]() | CurrencyBox(HtmlHelper, String, String, String, Object, String) |
Returns an input element with the currency symbol and/or code code displayed next to it as configured in the admin control panel
|
![]() ![]() | DecimalToPlainCurrencyMvcHtmlString |
Formats a decimal value as a currency MvcHtmlString, except without the currency symbol, using the culture of the user currently logged in
|
![]() ![]() | DecimalToPlainCurrencyString |
Formats a decimal value as a currency string, except without the currency symbol, using the culture of the user currently logged in
|
![]() ![]() | DecodeBreadCrumbs(Controller, String) |
Parses breadcrumb values and sets ViewData as needed
|
![]() ![]() | DecodeBreadCrumbs(Controller, String, ListCategory) |
Parses breadcrumb values and sets ViewData as needed
|
![]() ![]() | DetailLink(Event, String) |
Generates the HTML of an anchor tag with the absolute url, including SEO data, to the Detail page of this Event, wrapping the specified value
|
![]() ![]() | DetailLink(Listing, String) |
Generates the HTML of an anchor tag with the absolute url, including SEO data, to the Detail page of this Listing, wrapping the specified value
|
![]() ![]() | DisplayUserName |
Returns an element showing the currently authenticated user's username, and also an element showing the user being impersonated, if applicable
|
![]() ![]() | DisplayUserNameACP |
Returns an element showing the currently authenticated user's username, and also an element showing the user being impersonated, if applicable
|
![]() ![]() | DropDownList(HtmlHelper, String, IEnumerableString) |
Returns a single-selection select element using the specified HTML helper and the name of the form field
|
![]() ![]() | DropDownList(HtmlHelper, String, IEnumerableString, String) |
Returns a single-selection select element using the specified HTML helper and the name of the form field
|
![]() ![]() | Ellipsize |
Returns a truncated version of the spcieifed string, with an ellipsis (...) appended when the string is longer than the specified truncation length
|
![]() ![]() | EndDetailLink(Event) |
Generates the Ending HTML of an anchor tag with the absolute url, including SEO data, to the Detail page of this Event
|
![]() ![]() | EndDetailLink(Listing) |
Generates the Ending HTML of an anchor tag with the absolute url, including SEO data, to the Detail page of this Listing
|
![]() ![]() | EvaluateComplexEnabledCustomProperty |
checks the "EnabledCustomProperty" value aganist existing site property values
|
![]() ![]() | EventCategoryLinks(HtmlHelper, Event, HierarchyInt32, Category) |
Generates anchor tags to each category, relative to the specified event, in the specified hierarchy
|
![]() ![]() | EventCategoryLinks(HtmlHelper, Event, HierarchyInt32, Category, Object) |
Generates anchor tags to each category, relative to the specified event, in the specified hierarchy with the specified route values
|
![]() ![]() | EventCategoryLinks(HtmlHelper, Event, HierarchyInt32, Category, Object, Object) |
Generates anchor tags to each category, relative to the specified event, in the specified hierarchy with the specified route values and html attributes
|
![]() ![]() | EventCategoryLinks(HtmlHelper, Event, HierarchyInt32, Category, Object, Object, String) |
Generates anchor tags to each category, relative to the specified event, in the specified hierarchy with the specified route values, html attributes and separator
|
![]() ![]() | FBOUserName |
Returns the username of the user being impersonated, if applicable, otherwise returns the username of the authenticated user
|
![]() ![]() | FBOUserName(Controller) |
Returns the username of the user being impersonated, if applicable, otherwise returns the username of the authenticated user
|
![]() ![]() | FBOUserName(HtmlHelper) |
Returns the username of the user being impersonated, if applicable, otherwise returns the username of the authenticated user
|
![]() ![]() | FillInputFromListing |
Populates the UserInput.Items key/value Dictionary from the specified listing
|
![]() ![]() | FillProperties(ModelStateDictionary, IEnumerableCustomProperty) |
Populates the MVC model state for each property
|
![]() ![]() | FillProperties(ModelStateDictionary, IEnumerableCustomProperty, CultureInfo) |
Populates the MVC model state for each property, formatted for the specified culture
|
![]() ![]() | FormatAbsoluteUrl |
Prepend the provided path with the scheme, host, and port of the request.
|
![]() ![]() | FormatUrlStart |
Generate a string with the scheme, host, and port if not 80.
|
![]() ![]() | GetActionUrl(Controller, String) |
Returns the URL for the virtual path of the specified action.
|
![]() ![]() | GetActionUrl(HtmlHelper, String) |
Returns the URL for the virtual path of the specified action.
|
![]() ![]() | GetActionUrl(Controller, String, Object) |
Returns the URL for the virtual path of the specified action.
|
![]() ![]() | GetActionUrl(Controller, String, String) |
Returns the URL for the virtual path of the specified action.
|
![]() ![]() | GetActionUrl(HtmlHelper, String, Object) |
Returns the URL for the virtual path of the specified action.
|
![]() ![]() | GetActionUrl(HtmlHelper, String, String) |
Returns the URL for the virtual path of the specified action.
|
![]() ![]() | GetActionUrl(Controller, String, String, Object) |
Returns the URL for the virtual path of the specified action.
|
![]() ![]() | GetActionUrl(HtmlHelper, String, String, Object) |
Returns the URL for the virtual path of the specified action.
|
![]() ![]() | GetConciseBiddingContext |
Retrieves the localized concise context message and the associated disposition (Positive, Neutral or Negative)
|
![]() ![]() | GetCookie(Controller, String) |
Returns a string representation of the browser cookie value associated with the specified key
|
![]() ![]() | GetCookie(HtmlHelper, String) |
Returns a string representation of the browser cookie value associated with the specified key
|
![]() ![]() | GetCultureInfo(Controller) |
Returns the CultureInfo of the current user, or the site CultureInfo if not set
|
![]() ![]() | GetCultureInfo(HtmlHelper) |
Returns the CultureInfo of the current user, or the site CultureInfo if not set
|
![]() ![]() | GetCurrencyDecimalChar |
Gets the decimal character used by the culture of the user currently logged in (e.g. "." in "1,234.56" for en-US)
|
![]() ![]() | GetCurrencyGroupChar |
Gets the decimal thousands separator character used by the culture of the user currently logged in (e.g. "," in "1,234.56" for en-US)
|
![]() ![]() | GetCurrentCultureInfo |
Returns the CultureInfo of the current user, or the site CultureInfo if not set
|
![]() ![]() | GetDetailUrl(Event) |
Generates the absolute url, including SEO data, to the Detail page of this Event
|
![]() ![]() | GetDetailUrl(Listing) |
Generates the absolute url, including SEO data, to the Detail page of this Listing
|
![]() ![]() | GetDetailUrl(Lot) |
Generates the absolute url, including SEO data, to the Detail page of this Lot
|
![]() ![]() | GetPropertyValueT |
Returns the request property as the specified type
|
![]() ![]() | GetSelectList(HtmlHelper, IEnumerableString) |
Returns a single-selection select element using the specified HTML helper and the name of the form field
|
![]() ![]() | GetSelectList(HtmlHelper, IEnumerableString, String) |
Generates a List<SelectListItem> with options created from the specified list of strings
|
![]() ![]() | GetSiteContent |
Returns the HTML of the specified CMS Content name for the current user's culture
|
![]() ![]() | GetStatementCustomFields |
Get a list of all custom fields of all types that should be potentially be displayed on a consignor statement
|
![]() ![]() | HasUnexpiredCardOnFile(Invoice) |
Returns true if the payer has a card saved for use in paying this invoice
|
![]() ![]() | HasUnexpiredCardOnFile(Controller, String, String) |
Returns true if the specified payer has a card saved for use in paying the specified recipient
|
![]() ![]() | HierarchyComboBox |
Returns a multi-selection element using the specified HTML helper, the name of the form field,
the specified HTML attributes, with an option for each category contained in the specified category heirarchy
|
![]() ![]() | ImpersonateUser |
If the currently authenticated user is an admin user, sets a cookie indicating the user to be impersonated
|
![]() ![]() | IsEditable |
Returns true if the specified listing is eligible to be edited
|
![]() ![]() | IsPayPalCurrency |
Returns true if the specified currency code is accpted by PayPal
|
![]() ![]() | LocalCurrency(Controller, Decimal, String) |
Returns HTML showing the specified numeric value formatted as the specified currency.
The numeric portion will be wrapped in a <span> tag with css class "NumberPart" applied
|
![]() ![]() | LocalCurrency(HtmlHelper, Decimal, String) |
Returns a string representation of the specified numeric value formatted as the specified currency.
|
![]() ![]() | LocalCurrency(HtmlHelper, String, String) |
Returns a string representation of the specified numeric value formatted as the specified currency.
|
![]() ![]() | LocalCurrencyWithNumberTags(HtmlHelper, Decimal, String) |
Returns HTML showing the specified numeric value formatted as the specified currency.
The numeric portion will be wrapped in a <span> tag with css class "NumberPart" applied
|
![]() ![]() | LocalCurrencyWithNumberTags(HtmlHelper, Decimal, String, String, String) |
Returns HTML showing the specified numeric value formatted as a currency value.
The numeric portion will be wrapped in the tags specified by "prefix" and "postfix"
|
![]() ![]() | LocalDecimal |
Formats a decimal value as a string in the currently selected culture
|
![]() ![]() | LocalDTTM(Controller, DateTime) |
returns a string representation of a UTC date/time value, adjusted for the site timezone and with format string "F"
|
![]() ![]() | LocalDTTM(HtmlHelper, DateTime) |
returns a string representation of a UTC date/time value, adjusted for the site timezone and with format string "F"
|
![]() ![]() | LocalDTTM(Controller, DateTime, String) |
returns a string representation of a UTC date/time value, adjusted for the site timezone and with the specified format string
|
![]() ![]() | LocalDTTM(HtmlHelper, DateTime, String) |
returns a string representation of a UTC date/time value, adjusted for the site timezone and with the specified format string
|
![]() ![]() | LocalDTTM(Controller, DateTime, String, String) |
returns a string representation of a UTC date/time value, adjusted for the specified timezone and with the specified format string
|
![]() ![]() | LocalDTTM(HtmlHelper, DateTime, String, String) |
returns a string representation of a UTC date/time value, adjusted for the specified timezone and with the specified format string
|
![]() ![]() | LocalDTTMString |
returns a string representation of a UTC date/time value, adjusted for the site timezone and with the specified format string
|
![]() ![]() | LocalInteger(HtmlHelper, Int32) |
returns a string representation of an integer value formatted for the culture specified for the current user, with the format string "N0"
|
![]() ![]() | LocalInteger(HtmlHelper, Int32, String) |
returns a string representation of an integer value formatted with the specified format string
|
![]() ![]() | LocalizeCustomFieldValidationMessages |
Localizes a collection of validation issues with content defined in Validation.resx
|
![]() ![]() | LocalizedValidationMessage(HtmlHelper, String) |
Returns an element showing all validation messages, localized using the relevant .resx resource file
|
![]() ![]() | LocalizedValidationMessage(HtmlHelper, String, String) |
Returns an element showing all validation messages, localized using the relevant .resx resource file
|
![]() ![]() | LocalizedValidationMessage(HtmlHelper, String, String, IDictionaryString, Object) |
Returns an element showing all validation messages, localized using the relevant .resx resource file
|
![]() ![]() | LocalizedValidationSummary(HtmlHelper) |
Returns an element containign all applicable validation messages
|
![]() ![]() | LocalizedValidationSummary(HtmlHelper, String) |
Returns an element containign all applicable validation messages
|
![]() ![]() | LocalizedValidationSummary(HtmlHelper, String, IDictionaryString, Object) |
Returns an element containign all applicable validation messages
|
![]() ![]() | LogEntryAreaOptions(HtmlHelper, IEnumerableString) |
Retrieves a list of all currently existant Functional Area options, including an "All" option
|
![]() ![]() | LogEntryAreaOptions(HtmlHelper, String) |
Retrieves a list of all currently existant Functional Area options, including an "All" option
|
![]() ![]() | LogEntrySeverityOptions(HtmlHelper, String) |
Retrieves a list of all currently existant Severity options, including an "All" option
|
![]() ![]() | LogEntrySeverityOptions(HtmlHelper, String) |
Retrieves a list of all currently existant Severity options, including an "All" option
|
![]() ![]() | LogPageRenderStats(ActionExecutedContext) |
When enabled, captures and logs performance data about the current page
|
![]() ![]() | LogPageRenderStats(HtmlHelper) |
When enabled, captures and logs performance data about the current page
|
![]() ![]() | MonthDropDownList |
Returns a single-selection element using the specified HTML helper, the name of the form field,
an option label, and the specified HTML attributes, with an option for each month of the year.
|
![]() ![]() | MonthOptions |
Returns a list of SelectListItem options for each month of the year.
|
![]() ![]() | PruneUserCustomFieldsForEdit |
returns a list of properties minus any that should not be editable due to role and/or applicable site properties
|
![]() ![]() | PruneUserCustomFieldsForVisbilityOnly |
returns a list of properties minus any that should not be visible due to role and/or applicable site properties
|
![]() ![]() | ReadJsonFileContents(HtmlHelper, String, String) |
Reads the contents of a JSON file of the most specific available culture and returns the minified contents, with results cached up to 10 minutes
|
![]() ![]() | ReadJsonFileContents(HtmlHelper, String, String, Boolean) |
Reads the contents of a JSON file of the most specific available culture and returns the minified contents, with results cached up to 10 minutes
|
![]() ![]() | ReadJsonFileContents(HtmlHelper, String, String, String) |
Reads the contents of a JSON file of the most specific available culture and returns the minified contents, with results cached up to 10 minutes
|
![]() ![]() | ReadJsonFileContents(HtmlHelper, String, String, String, Boolean) |
Reads the contents of a JSON file of the most specific available culture and returns the minified contents, with results cached up to 10 minutes
|
![]() ![]() | RegionLineageString(HtmlHelper, Int32) |
Returns a string representing the region hierarchy of the specified region
|
![]() ![]() | RegionLineageString(HtmlHelper, Int32, String) |
Returns a string representing the region hierarchy of the specified region
|
![]() ![]() | RegionSelectsWithParents |
Generates one or more HTML select boxes with parent and siblings categories selected
|
![]() ![]() | RemainingTime(HtmlHelper, DateTime) |
Returns an element showing the amount of time remaining between the specified date/time value and "Now".
|
![]() ![]() | RemainingTime(HtmlHelper, DateTime, Int32, String) |
Returns an element showing the amount of time remaining between "Now" and the specified date/time value.
|
![]() ![]() | RenderCustomField |
Renders a form input for the specified custom field
|
![]() ![]() | RenderCustomField_Admin |
Renders a form input, for use with an admin page, for the specified custom field
|
![]() ![]() | RenderDateInput(HtmlHelper, String) |
Renders a form input element and associated javascript for the date picker widget
|
![]() ![]() | RenderDateInput(HtmlHelper, String, Object, Object) |
Renders a form input element and associated javascript for the date picker widget
|
![]() ![]() | RenderPageNumberLinks(HtmlHelper, Int32, Int32, String, String, Object, Object, Object) |
Renders a element containing page links
|
![]() ![]() | RenderPageNumberLinksT(HtmlHelper, PageT) |
Renders a element containing page links
|
![]() ![]() | RenderPageNumberLinksT(HtmlHelper, PageT, String, String, Object, Object) |
Renders a element containing page links
|
![]() ![]() | RenderPageNumberLinksT(HtmlHelper, PageT, String, String, Object, Object, Object) |
Renders a element containing page links
|
![]() ![]() | ReplaceRegEx |
In a specified input string, replaces all strings that match a regular expression pattern with a specified replacement string.
|
![]() ![]() | SellerTakesCreditCardPayments(Controller, String) |
Returns true if the specified seller has payment gateway credentials and can process credit card payments from a card on file
|
![]() ![]() | SellerTakesCreditCardPayments(HtmlHelper, String) |
Returns true if the specified seller has payment gateway credentials and can process credit card payments from a card on file
|
![]() ![]() | SetCookie(Controller, String, String) |
Sets a cookie for the current user with the specified key and value
|
![]() ![]() | SetCookie(HtmlHelper, String, String) |
Sets a cookie for the current user with the specified key and value
|
![]() ![]() | SetLineItemStatus |
Example of running ad hoc SQL to update a line item status
|
![]() ![]() | ShortBase |
Returns the absolute path of the application root.
|
![]() ![]() | SiteCurrency |
Returns a string representation of the specified numeric value formatted as the site currency.
|
![]() ![]() | SiteCurrencyOrFree(Controller, Decimal) |
Returns a string representation of the specified numeric value formatted as the site currency.
If the specified value is less than or equal to zero then the localized version of "Free" is returned instead.
|
![]() ![]() | SiteCurrencyOrFree(HtmlHelper, Decimal) |
Returns a string representation of the specified numeric value formatted as the site currency.
If the specified value is less than or equal to zero then the localized version of "Free" is returned instead.
|
![]() ![]() | SitePropertyBoolValue |
Retrieves admin setting value
|
![]() ![]() | SitePropertyDateValue |
Retrieves admin setting value
|
![]() ![]() | SitePropertyDecimalValue |
Retrieves admin setting value
|
![]() ![]() | SitePropertyIntValue |
Retrieves admin setting value
|
![]() ![]() | SitePropertyValue |
Retrieves admin setting value
|
![]() ![]() | StripHtml |
Converts the specified string with HTML tags to the equivalent plain-text string
|
![]() ![]() | SystemMessages |
Returns an element containin all success, neutral and/or error messages resulting from a previous request
|
![]() ![]() | TimeSince(HtmlHelper, DateTime) |
Returns an element showing the amount of time that has passed between "Now" and the specified date/time value.
|
![]() ![]() | TimeSince(HtmlHelper, DateTime, Int32, String) |
Returns an element showing the amount of time that has passed between "Now" and the specified date/time value.
|
![]() ![]() | TimeZoneSelectList |
Generates a list of all system time zones, for use in the dropdown
|
![]() ![]() | ToJavascriptSafeString(MvcHtmlString) |
Returns a string properly escaped string for use inside a javascript string
|
![]() ![]() | ToJavascriptSafeString(String) |
Returns a string properly escaped string for use inside a javascript string
|
![]() ![]() | ToLocalDTTM(DateTime) |
Converts the specified UTC date/time to the site timezone
|
![]() ![]() | ToLocalDTTM(DateTime, String) |
Converts the specified UTC date/time to the site timezone
|
![]() ![]() | ToMvcHtmlString(Object) |
Returns the HTML version of the ToString() output method of the specified object
|
![]() ![]() | ToMvcHtmlString(TagBuilder, TagRenderMode) |
Returns the HTML of the specified tag builder using the specified render mode
|
![]() ![]() | ToolTip(HtmlHelper, String) |
Generates HTML to show a tooltip with the specified message
|
![]() ![]() | ToolTip(HtmlHelper, MvcHtmlString) |
Generates HTML to show a tooltip with the specified message
|
![]() ![]() | ToolTipButton |
Generates HTML to render a tooltip button with the specified text, linked to the tooltip area with the specified name
|
![]() ![]() | ToolTipContent |
Generates HTML to render a hidden tooltip area with the specified text, linked to the tooltip button with the specified name
|
![]() ![]() | WithoutRouteValues |
Returns a URL to the specified action and all current route values, except those specified
|
![]() ![]() | YearDropDownList |
Returns a single-selection element using the specified HTML helper, the name of the form field,
an option label, and the specified HTML attributes, with an option for the current year and one for each of the next 15 years
|
![]() ![]() | YearOptions |
Returns a list of SelectListItem options with an option for the current year and one for each of the next 15 years
|
See Also