mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='http://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='http://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='http://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='http://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='http://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER
Code Details >> Core >> Navigation >> UrlWriterHelper

UrlWriterHelper Class



Class is used to write the standard SobekCM URL from the navigation object


Namespace: SobekCM.Core.Navigation
Assembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)

Syntax

C#
public static class UrlWriterHelper

Inheritance Hierarchy

System..::..Object
  SobekCM.Core.Navigation..::..UrlWriterHelper

Methods

  NameDescription
Public methodStatic memberRedirect(Navigation_Object)
Redirect the user to the current mode's URL
Public methodStatic memberRedirect(Navigation_Object, Boolean)
Redirect the user to the current mode's URL
Public methodStatic memberRedirect_URL(Navigation_Object)
Returns the URL to redirect the user's browser, based on the current mode and specifics for this mode.
Public methodStatic memberRedirect_URL(Navigation_Object, Boolean)
Returns the URL to redirect the user's browser, based on the current mode and specifics for this mode.
Public methodStatic memberRedirect_URL(Navigation_Object, String)
Returns the URL to redirect the user's browser, based on the current mode and specifics for this mode.
Public methodStatic memberRedirect_URL(Navigation_Object, String, Boolean)
Returns the URL to redirect the user's browser, based on the current mode and specifics for this mode.
Public methodStatic memberURL_Options
Returns the URL options the user has currently set

Properties

  NameDescription
Public propertyStatic memberUnhandled_Error_URL
URL to send to if there is an unhandled error durig the URL construction

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )