Retrieves the localized concise context message and the associated disposition (Positive, Neutral or Negative)
Namespace:
RainWorx.FrameWorx.MVC.HelpersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public static void GetConciseBiddingContext( this HtmlHelper htmlHelper, Listing listing, out string message, out ContextDispositionType disposition )
Parameters
- htmlHelper
- Type: HtmlHelper
an instance of the HtmlHelper class - listing
- Type: RainWorx.FrameWorx.DTOListing
A DTO.Listing - message
- Type: SystemString
Outputs the short form of the status message for the applicable context. If the context is not filled then it outputs empty string. - disposition
- Type: RainWorx.FrameWorx.DTOContextDispositionType
outputs either Positive, Neutral or Negative. If the context is not filled then it outputs Neutral.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type HtmlHelper. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).See Also