You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Helpers > HtmlHelpers Class

HtmlHelpers Class

AuctionWorx 3.5 API
Extensions for the standard System.Web,Mvc.HtmlHelper class
Inheritance Hierarchy

SystemObject
  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

NameDescription
Public methodStatic memberAcceptedListingActionCount
Returns the number of accepted listing actions for the specified listing
Public methodStatic memberActionLink(HtmlHelper, MvcHtmlString, String)
Returns an anchor element (a element) that contains the virtual path of the specified action.
Public methodStatic memberActionLink(HtmlHelper, MvcHtmlString, String, Object)
Returns an anchor element (a element) that contains the virtual path of the specified action.
Public methodStatic memberActionLink(HtmlHelper, MvcHtmlString, String, String)
Returns an anchor element (a element) that contains the virtual path of the specified action.
Public methodStatic memberActionLink(HtmlHelper, MvcHtmlString, String, RouteValueDictionary)
Returns an anchor element (a element) that contains the virtual path of the specified action.
Public methodStatic memberActionLink(HtmlHelper, MvcHtmlString, String, Object, Object)
Returns an anchor element (a element) that contains the virtual path of the specified action.
Public methodStatic memberActionLink(HtmlHelper, MvcHtmlString, String, RouteValueDictionary, IDictionaryString, Object)
Returns an anchor element (a element) that contains the virtual path of the specified action.
Public methodStatic memberActionLink(HtmlHelper, MvcHtmlString, String, String, Object, Object)
Returns an anchor element (a element) that contains the virtual path of the specified action.
Public methodStatic memberActionLink(HtmlHelper, MvcHtmlString, String, String, RouteValueDictionary, IDictionaryString, Object)
Returns an anchor element (a element) that contains the virtual path of the specified action.
Public methodStatic memberActionLink(HtmlHelper, MvcHtmlString, String, String, String, String, String, Object, Object)
Returns an anchor element (a element) that contains the virtual path of the specified action.
Public methodStatic memberActionLink(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.
Public methodStatic memberActionLinkNoEncoding(HtmlHelper, String, String, String, Object, Object)
Returns an anchor element that redirects to the virtual path of the specified action.
Public methodStatic memberActionLinkNoEncoding(HtmlHelper, MvcHtmlString, String, String, Object, Object)
Returns an anchor element that redirects to the virtual path of the specified action.
Public methodStatic memberActionLinkWithConfirmation(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.
Public methodStatic memberActionLinkWithConfirmation(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.
Public methodStatic memberAddAllFormValues(UserInput, Controller)
Adds all form input values sent with a GET request
Public methodStatic memberAddAllFormValues(UserInput, Controller, IEnumerableString)
Adds all form input values sent with a POST request
Public methodStatic memberAddAllFormValues(UserInput, Controller, IEnumerableString, IEnumerableString)
Adds all form input values sent with a POST request
Public methodStatic memberAddAllQueryStringValues(UserInput, Controller)
Adds all form input values sent with a GET request
Public methodStatic memberAddAllQueryStringValues(UserInput, Controller, IEnumerableString)
Adds all form input values sent with a GET request
Public methodStatic memberBase
Returns the full url of the application root
Public methodStatic memberBeginDetailLink(Event)
Generates the Beginning HTML of an anchor tag with the absolute url, including SEO data, to the Detail page of this Event
Public methodStatic memberBeginDetailLink(Listing)
Generates the Beginning HTML of an anchor tag with the absolute url, including SEO data, to the Detail page of this Listing
Public methodStatic memberBracketEllipsize
Returns a truncated version of the spcieifed string, with an ellipsis (...) appended when the string is longer than the specified truncation length
Public methodStatic memberButtonLink(HtmlHelper, String, String)
Returns a button element that redirects to the virtual path of the specified action.
Public methodStatic memberButtonLink(HtmlHelper, MvcHtmlString, String)
Returns a button element that redirects to the virtual path of the specified action.
Public methodStatic memberButtonLink(HtmlHelper, String, String, Object)
Returns a button element that redirects to the virtual path of the specified action.
Public methodStatic memberButtonLink(HtmlHelper, String, String, String)
Returns a button element that redirects to the virtual path of the specified action.
Public methodStatic memberButtonLink(HtmlHelper, MvcHtmlString, String, Object)
Returns a button element that redirects to the virtual path of the specified action.
Public methodStatic memberButtonLink(HtmlHelper, MvcHtmlString, String, String)
Returns a button element that redirects to the virtual path of the specified action.
Public methodStatic memberButtonLink(HtmlHelper, String, String, Object, Object)
Returns a button element that redirects to the virtual path of the specified action.
Public methodStatic memberButtonLink(HtmlHelper, String, String, String, Object)
Returns a button element that redirects to the virtual path of the specified action.
Public methodStatic memberButtonLink(HtmlHelper, MvcHtmlString, String, Object, Object)
Returns a button element that redirects to the virtual path of the specified action.
Public methodStatic memberButtonLink(HtmlHelper, MvcHtmlString, String, String, Object)
Returns a button element that redirects to the virtual path of the specified action.
Public methodStatic memberButtonLink(HtmlHelper, String, String, String, Object, Object)
Returns a button element that redirects to the virtual path of the specified action.
Public methodStatic memberButtonLink(HtmlHelper, MvcHtmlString, String, String, Object, Object)
Returns a button element that redirects to the virtual path of the specified action.
Public methodStatic memberButtonLink(HtmlHelper, String, String, String, Object, Object, String)
Returns a button element that redirects to the virtual path of the specified action.
Public methodStatic memberButtonLink(HtmlHelper, MvcHtmlString, String, String, Object, Object, String)
Returns a button element that redirects to the virtual path of the specified action.
Public methodStatic memberBuyersPremiumIsTaxable
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.
Public methodStatic memberCategoryLineageString(HtmlHelper, Listing)
Returns a string representing the category hierarchy of the primary category of the specified listing
Public methodStatic memberCategoryLineageString(HtmlHelper, Listing, String)
Returns a string representing the category hierarchy of the primary category of the specified listing
Public methodStatic memberCategoryLinks(HtmlHelper, HierarchyInt32, Category)
Generates anchor tags to each category in the specified hierarchy
Public methodStatic memberCategoryLinks(HtmlHelper, HierarchyInt32, Category, Object)
Generates anchor tags to each category in the specified hierarchy with the specified route values
Public methodStatic memberCategoryLinks(HtmlHelper, HierarchyInt32, Category, Object, Object)
Generates anchor tags to each category in the specified hierarchy with the specified route values and html attributes
Public methodStatic memberCategoryLinks(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
Public methodStatic memberCategorySelectsWithParents
Generates one or more HTML select boxes with parent and siblings categories selected
Public methodStatic memberCheckBoxEnableOnly(HtmlHelper, String)
Returns a checkbox element which will is disabled if the initial value is "checked"
Public methodStatic memberCheckBoxEnableOnly(HtmlHelper, String, IDictionaryString, Object)
Returns a checkbox element which will is disabled if the initial value is "checked", with the specified HTML attributes
Public methodStatic memberCloneMediaAssets(IEnumerableMedia)
Clones a list of Media objects
Public methodStatic memberCloneMediaAssets(Controller, IEnumerableMedia)
Clones a list of Media objects
Public methodStatic memberConvertAmount
Returns the converted
Public methodStatic memberCultureInvariantLocalDTTM(HtmlHelper, DateTime)
returns a string representation of a date/time value, adjusted for the site timezone and formatted as a culture-invariant value
Public methodStatic memberCultureInvariantLocalDTTM(HtmlHelper, DateTime, String)
returns a string representation of a date/time value, adjusted for the site timezone and formatted as a culture-invariant value
Public methodStatic memberCurrencyBox(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
Public methodStatic memberCurrencyBox(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
Public methodStatic memberDecimalToPlainCurrencyMvcHtmlString
Formats a decimal value as a currency MvcHtmlString, except without the currency symbol, using the culture of the user currently logged in
Public methodStatic memberDecimalToPlainCurrencyString
Formats a decimal value as a currency string, except without the currency symbol, using the culture of the user currently logged in
Public methodStatic memberDecodeBreadCrumbs(Controller, String)
Parses breadcrumb values and sets ViewData as needed
Public methodStatic memberDecodeBreadCrumbs(Controller, String, ListCategory)
Parses breadcrumb values and sets ViewData as needed
Public methodStatic memberDetailLink(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
Public methodStatic memberDetailLink(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
Public methodStatic memberDisplayUserName
Returns an element showing the currently authenticated user's username, and also an element showing the user being impersonated, if applicable
Public methodStatic memberDisplayUserNameACP
Returns an element showing the currently authenticated user's username, and also an element showing the user being impersonated, if applicable
Public methodStatic memberDropDownList(HtmlHelper, String, IEnumerableString)
Returns a single-selection select element using the specified HTML helper and the name of the form field
Public methodStatic memberDropDownList(HtmlHelper, String, IEnumerableString, String)
Returns a single-selection select element using the specified HTML helper and the name of the form field
Public methodStatic memberEllipsize
Returns a truncated version of the spcieifed string, with an ellipsis (...) appended when the string is longer than the specified truncation length
Public methodStatic memberEndDetailLink(Event)
Generates the Ending HTML of an anchor tag with the absolute url, including SEO data, to the Detail page of this Event
Public methodStatic memberEndDetailLink(Listing)
Generates the Ending HTML of an anchor tag with the absolute url, including SEO data, to the Detail page of this Listing
Public methodStatic memberEvaluateComplexEnabledCustomProperty
checks the "EnabledCustomProperty" value aganist existing site property values
Public methodStatic memberEventCategoryLinks(HtmlHelper, Event, HierarchyInt32, Category)
Generates anchor tags to each category, relative to the specified event, in the specified hierarchy
Public methodStatic memberEventCategoryLinks(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
Public methodStatic memberEventCategoryLinks(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
Public methodStatic memberEventCategoryLinks(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
Public methodStatic memberFBOUserName
Returns the username of the user being impersonated, if applicable, otherwise returns the username of the authenticated user
Public methodStatic memberFBOUserName(Controller)
Returns the username of the user being impersonated, if applicable, otherwise returns the username of the authenticated user
Public methodStatic memberFBOUserName(HtmlHelper)
Returns the username of the user being impersonated, if applicable, otherwise returns the username of the authenticated user
Public methodStatic memberFillInputFromListing
Populates the UserInput.Items key/value Dictionary from the specified listing
Public methodStatic memberFillProperties(ModelStateDictionary, IEnumerableCustomProperty)
Populates the MVC model state for each property
Public methodStatic memberFillProperties(ModelStateDictionary, IEnumerableCustomProperty, CultureInfo)
Populates the MVC model state for each property, formatted for the specified culture
Public methodStatic memberFormatAbsoluteUrl
Prepend the provided path with the scheme, host, and port of the request.
Public methodStatic memberFormatUrlStart
Generate a string with the scheme, host, and port if not 80.
Public methodStatic memberGetActionUrl(Controller, String)
Returns the URL for the virtual path of the specified action.
Public methodStatic memberGetActionUrl(HtmlHelper, String)
Returns the URL for the virtual path of the specified action.
Public methodStatic memberGetActionUrl(Controller, String, Object)
Returns the URL for the virtual path of the specified action.
Public methodStatic memberGetActionUrl(Controller, String, String)
Returns the URL for the virtual path of the specified action.
Public methodStatic memberGetActionUrl(HtmlHelper, String, Object)
Returns the URL for the virtual path of the specified action.
Public methodStatic memberGetActionUrl(HtmlHelper, String, String)
Returns the URL for the virtual path of the specified action.
Public methodStatic memberGetActionUrl(Controller, String, String, Object)
Returns the URL for the virtual path of the specified action.
Public methodStatic memberGetActionUrl(HtmlHelper, String, String, Object)
Returns the URL for the virtual path of the specified action.
Public methodStatic memberGetConciseBiddingContext
Retrieves the localized concise context message and the associated disposition (Positive, Neutral or Negative)
Public methodStatic memberGetCookie(Controller, String)
Returns a string representation of the browser cookie value associated with the specified key
Public methodStatic memberGetCookie(HtmlHelper, String)
Returns a string representation of the browser cookie value associated with the specified key
Public methodStatic memberGetCultureInfo(Controller)
Returns the CultureInfo of the current user, or the site CultureInfo if not set
Public methodStatic memberGetCultureInfo(HtmlHelper)
Returns the CultureInfo of the current user, or the site CultureInfo if not set
Public methodStatic memberGetCurrencyDecimalChar
Gets the decimal character used by the culture of the user currently logged in (e.g. "." in "1,234.56" for en-US)
Public methodStatic memberGetCurrencyGroupChar
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)
Public methodStatic memberGetCurrentCultureInfo
Returns the CultureInfo of the current user, or the site CultureInfo if not set
Public methodStatic memberGetDetailUrl(Event)
Generates the absolute url, including SEO data, to the Detail page of this Event
Public methodStatic memberGetDetailUrl(Listing)
Generates the absolute url, including SEO data, to the Detail page of this Listing
Public methodStatic memberGetDetailUrl(Lot)
Generates the absolute url, including SEO data, to the Detail page of this Lot
Public methodStatic memberGetPropertyValueT
Returns the request property as the specified type
Public methodStatic memberGetSelectList(HtmlHelper, IEnumerableString)
Returns a single-selection select element using the specified HTML helper and the name of the form field
Public methodStatic memberGetSelectList(HtmlHelper, IEnumerableString, String)
Generates a List<SelectListItem> with options created from the specified list of strings
Public methodStatic memberGetSiteContent
Returns the HTML of the specified CMS Content name for the current user's culture
Public methodStatic memberGetStatementCustomFields
Get a list of all custom fields of all types that should be potentially be displayed on a consignor statement
Public methodStatic memberHasUnexpiredCardOnFile(Invoice)
Returns true if the payer has a card saved for use in paying this invoice
Public methodStatic memberHasUnexpiredCardOnFile(Controller, String, String)
Returns true if the specified payer has a card saved for use in paying the specified recipient
Public methodStatic memberHierarchyComboBox
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
Public methodStatic memberImpersonateUser
If the currently authenticated user is an admin user, sets a cookie indicating the user to be impersonated
Public methodStatic memberIsEditable
Returns true if the specified listing is eligible to be edited
Public methodStatic memberIsPayPalCurrency
Returns true if the specified currency code is accpted by PayPal
Public methodStatic memberLocalCurrency(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
Public methodStatic memberLocalCurrency(HtmlHelper, Decimal, String)
Returns a string representation of the specified numeric value formatted as the specified currency.
Public methodStatic memberLocalCurrency(HtmlHelper, String, String)
Returns a string representation of the specified numeric value formatted as the specified currency.
Public methodStatic memberLocalCurrencyWithNumberTags(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
Public methodStatic memberLocalCurrencyWithNumberTags(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"
Public methodStatic memberLocalDecimal
Formats a decimal value as a string in the currently selected culture
Public methodStatic memberLocalDTTM(Controller, DateTime)
returns a string representation of a UTC date/time value, adjusted for the site timezone and with format string "F"
Public methodStatic memberLocalDTTM(HtmlHelper, DateTime)
returns a string representation of a UTC date/time value, adjusted for the site timezone and with format string "F"
Public methodStatic memberLocalDTTM(Controller, DateTime, String)
returns a string representation of a UTC date/time value, adjusted for the site timezone and with the specified format string
Public methodStatic memberLocalDTTM(HtmlHelper, DateTime, String)
returns a string representation of a UTC date/time value, adjusted for the site timezone and with the specified format string
Public methodStatic memberLocalDTTM(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
Public methodStatic memberLocalDTTM(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
Public methodStatic memberLocalDTTMString
returns a string representation of a UTC date/time value, adjusted for the site timezone and with the specified format string
Public methodStatic memberLocalInteger(HtmlHelper, Int32)
returns a string representation of an integer value formatted for the culture specified for the current user, with the format string "N0"
Public methodStatic memberLocalInteger(HtmlHelper, Int32, String)
returns a string representation of an integer value formatted with the specified format string
Public methodStatic memberLocalizeCustomFieldValidationMessages
Localizes a collection of validation issues with content defined in Validation.resx
Public methodStatic memberLocalizedValidationMessage(HtmlHelper, String)
Returns an element showing all validation messages, localized using the relevant .resx resource file
Public methodStatic memberLocalizedValidationMessage(HtmlHelper, String, String)
Returns an element showing all validation messages, localized using the relevant .resx resource file
Public methodStatic memberLocalizedValidationMessage(HtmlHelper, String, String, IDictionaryString, Object)
Returns an element showing all validation messages, localized using the relevant .resx resource file
Public methodStatic memberLocalizedValidationSummary(HtmlHelper)
Returns an element containign all applicable validation messages
Public methodStatic memberLocalizedValidationSummary(HtmlHelper, String)
Returns an element containign all applicable validation messages
Public methodStatic memberLocalizedValidationSummary(HtmlHelper, String, IDictionaryString, Object)
Returns an element containign all applicable validation messages
Public methodStatic memberLogEntryAreaOptions(HtmlHelper, IEnumerableString)
Retrieves a list of all currently existant Functional Area options, including an "All" option
Public methodStatic memberLogEntryAreaOptions(HtmlHelper, String)
Retrieves a list of all currently existant Functional Area options, including an "All" option
Public methodStatic memberLogEntrySeverityOptions(HtmlHelper, String)
Retrieves a list of all currently existant Severity options, including an "All" option
Public methodStatic memberLogEntrySeverityOptions(HtmlHelper, String)
Retrieves a list of all currently existant Severity options, including an "All" option
Public methodStatic memberLogPageRenderStats(ActionExecutedContext)
When enabled, captures and logs performance data about the current page
Public methodStatic memberLogPageRenderStats(HtmlHelper)
When enabled, captures and logs performance data about the current page
Public methodStatic memberMonthDropDownList
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.
Public methodStatic memberMonthOptions
Returns a list of SelectListItem options for each month of the year.
Public methodStatic memberPruneUserCustomFieldsForEdit
returns a list of properties minus any that should not be editable due to role and/or applicable site properties
Public methodStatic memberPruneUserCustomFieldsForVisbilityOnly
returns a list of properties minus any that should not be visible due to role and/or applicable site properties
Public methodStatic memberReadJsonFileContents(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
Public methodStatic memberReadJsonFileContents(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
Public methodStatic memberReadJsonFileContents(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
Public methodStatic memberReadJsonFileContents(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
Public methodStatic memberRegionLineageString(HtmlHelper, Int32)
Returns a string representing the region hierarchy of the specified region
Public methodStatic memberRegionLineageString(HtmlHelper, Int32, String)
Returns a string representing the region hierarchy of the specified region
Public methodStatic memberRegionSelectsWithParents
Generates one or more HTML select boxes with parent and siblings categories selected
Public methodStatic memberRemainingTime(HtmlHelper, DateTime)
Returns an element showing the amount of time remaining between the specified date/time value and "Now".
Public methodStatic memberRemainingTime(HtmlHelper, DateTime, Int32, String)
Returns an element showing the amount of time remaining between "Now" and the specified date/time value.
Public methodStatic memberRenderCustomField
Renders a form input for the specified custom field
Public methodStatic memberRenderCustomField_Admin
Renders a form input, for use with an admin page, for the specified custom field
Public methodStatic memberRenderDateInput(HtmlHelper, String)
Renders a form input element and associated javascript for the date picker widget
Public methodStatic memberRenderDateInput(HtmlHelper, String, Object, Object)
Renders a form input element and associated javascript for the date picker widget
Public methodStatic memberRenderPageNumberLinks(HtmlHelper, Int32, Int32, String, String, Object, Object, Object)
Renders a element containing page links
Public methodStatic memberRenderPageNumberLinksT(HtmlHelper, PageT)
Renders a element containing page links
Public methodStatic memberRenderPageNumberLinksT(HtmlHelper, PageT, String, String, Object, Object)
Renders a element containing page links
Public methodStatic memberRenderPageNumberLinksT(HtmlHelper, PageT, String, String, Object, Object, Object)
Renders a element containing page links
Public methodStatic memberReplaceRegEx
In a specified input string, replaces all strings that match a regular expression pattern with a specified replacement string.
Public methodStatic memberSellerTakesCreditCardPayments(Controller, String)
Returns true if the specified seller has payment gateway credentials and can process credit card payments from a card on file
Public methodStatic memberSellerTakesCreditCardPayments(HtmlHelper, String)
Returns true if the specified seller has payment gateway credentials and can process credit card payments from a card on file
Public methodStatic memberSetCookie(Controller, String, String)
Sets a cookie for the current user with the specified key and value
Public methodStatic memberSetCookie(HtmlHelper, String, String)
Sets a cookie for the current user with the specified key and value
Public methodStatic memberSetLineItemStatus
Example of running ad hoc SQL to update a line item status
Public methodStatic memberShortBase
Returns the absolute path of the application root.
Public methodStatic memberSiteCurrency
Returns a string representation of the specified numeric value formatted as the site currency.
Public methodStatic memberSiteCurrencyOrFree(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.
Public methodStatic memberSiteCurrencyOrFree(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.
Public methodStatic memberSitePropertyBoolValue
Retrieves admin setting value
Public methodStatic memberSitePropertyDateValue
Retrieves admin setting value
Public methodStatic memberSitePropertyDecimalValue
Retrieves admin setting value
Public methodStatic memberSitePropertyIntValue
Retrieves admin setting value
Public methodStatic memberSitePropertyValue
Retrieves admin setting value
Public methodStatic memberStripHtml
Converts the specified string with HTML tags to the equivalent plain-text string
Public methodStatic memberSystemMessages
Returns an element containin all success, neutral and/or error messages resulting from a previous request
Public methodStatic memberTimeSince(HtmlHelper, DateTime)
Returns an element showing the amount of time that has passed between "Now" and the specified date/time value.
Public methodStatic memberTimeSince(HtmlHelper, DateTime, Int32, String)
Returns an element showing the amount of time that has passed between "Now" and the specified date/time value.
Public methodStatic memberTimeZoneSelectList
Generates a list of all system time zones, for use in the dropdown
Public methodStatic memberToJavascriptSafeString(MvcHtmlString)
Returns a string properly escaped string for use inside a javascript string
Public methodStatic memberToJavascriptSafeString(String)
Returns a string properly escaped string for use inside a javascript string
Public methodStatic memberToLocalDTTM(DateTime)
Converts the specified UTC date/time to the site timezone
Public methodStatic memberToLocalDTTM(DateTime, String)
Converts the specified UTC date/time to the site timezone
Public methodStatic memberToMvcHtmlString(Object)
Returns the HTML version of the ToString() output method of the specified object
Public methodStatic memberToMvcHtmlString(TagBuilder, TagRenderMode)
Returns the HTML of the specified tag builder using the specified render mode
Public methodStatic memberToolTip(HtmlHelper, String)
Generates HTML to show a tooltip with the specified message
Public methodStatic memberToolTip(HtmlHelper, MvcHtmlString)
Generates HTML to show a tooltip with the specified message
Public methodStatic memberToolTipButton
Generates HTML to render a tooltip button with the specified text, linked to the tooltip area with the specified name
Public methodStatic memberToolTipContent
Generates HTML to render a hidden tooltip area with the specified text, linked to the tooltip button with the specified name
Public methodStatic memberWithoutRouteValues
Returns a URL to the specified action and all current route values, except those specified
Public methodStatic memberYearDropDownList
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
Public methodStatic memberYearOptions
Returns a list of SelectListItem options with an option for the current year and one for each of the next 15 years
Top
See Also

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.