C# Class Skimur.Web.Infrastructure.Urls

Afficher le fichier Open project: skimur/skimur Class Usage Examples

Méthodes publiques

Méthode Description
AvatarUrl ( this urlHelper, string avatarIdentifier ) : string
ChangePassword ( this urlHelper ) : string
Comment ( this urlHelper, string subName, Post post, Comment comment ) : string
CreatePost ( this urlHelper, string subName = null ) : string
CreateSub ( this urlHelper ) : string
Domain ( this urlHelper, string domain ) : string
EditSub ( this urlHelper, string subName ) : string
ForgotPassword ( this urlHelper ) : string
Login ( this urlHelper ) : string
ManageEmail ( this urlHelper ) : string
ManageLogins ( this urlHelper ) : string
ManagePassword ( this urlHelper ) : string
ManagePreferences ( this urlHelper ) : string
ManageProfile ( this urlHelper ) : string
Moderators ( this urlHelper, string subName ) : string
ModifyQuery ( string url, string name, string value ) : string
ModifyQuery ( this context, string name, string value ) : string
Post ( this urlHelper, Sub sub, Post post ) : string
Post ( this urlHelper, string subName, System.Guid id, string title = null ) : string
Register ( this urlHelper ) : string
ReportedComments ( this urlHelper, string subName ) : string
ReportedPosts ( this urlHelper, string subName ) : string
RouteUrl ( this urlHelper, string routeName ) : string
RouteUrl ( this urlHelper, string routeName, object values ) : string
Search ( this urlHelper ) : string
SetPassword ( this urlHelper ) : string
Styles ( this urlHelper, string subName ) : string
Sub ( this urlHelper, string subName ) : string
SubBan ( this urlHelper, string name ) : string
SubBans ( this urlHelper, string name ) : string
SubSearch ( this urlHelper, string subName ) : string
SubUnBan ( this urlHelper, string name ) : string
SubUpdateBan ( this urlHelper, string name ) : string
Subs ( this urlHelper, string query = null ) : string
SubsModerating ( this urlHelper ) : string
SubsNew ( this urlHelper ) : string
SubsSubscribed ( this urlHelper ) : string
Thumbnail ( this urlHelper, string thumb, ThumbnailType type ) : string
Unmoderated ( this urlHelper, string subName ) : string
User ( this urlHelper, string userName ) : string
UserComments ( this urlHelper, string userName ) : string
UserPosts ( this urlHelper, string userName ) : string

Method Details

AvatarUrl() public static méthode

public static AvatarUrl ( this urlHelper, string avatarIdentifier ) : string
urlHelper this
avatarIdentifier string
Résultat string

ChangePassword() public static méthode

public static ChangePassword ( this urlHelper ) : string
urlHelper this
Résultat string

Comment() public static méthode

public static Comment ( this urlHelper, string subName, Post post, Comment comment ) : string
urlHelper this
subName string
post Skimur.App.Post
comment Skimur.App.Comment
Résultat string

CreatePost() public static méthode

public static CreatePost ( this urlHelper, string subName = null ) : string
urlHelper this
subName string
Résultat string

CreateSub() public static méthode

public static CreateSub ( this urlHelper ) : string
urlHelper this
Résultat string

Domain() public static méthode

public static Domain ( this urlHelper, string domain ) : string
urlHelper this
domain string
Résultat string

EditSub() public static méthode

public static EditSub ( this urlHelper, string subName ) : string
urlHelper this
subName string
Résultat string

ForgotPassword() public static méthode

public static ForgotPassword ( this urlHelper ) : string
urlHelper this
Résultat string

Login() public static méthode

public static Login ( this urlHelper ) : string
urlHelper this
Résultat string

ManageEmail() public static méthode

public static ManageEmail ( this urlHelper ) : string
urlHelper this
Résultat string

ManageLogins() public static méthode

public static ManageLogins ( this urlHelper ) : string
urlHelper this
Résultat string

ManagePassword() public static méthode

public static ManagePassword ( this urlHelper ) : string
urlHelper this
Résultat string

ManagePreferences() public static méthode

public static ManagePreferences ( this urlHelper ) : string
urlHelper this
Résultat string

ManageProfile() public static méthode

public static ManageProfile ( this urlHelper ) : string
urlHelper this
Résultat string

Moderators() public static méthode

public static Moderators ( this urlHelper, string subName ) : string
urlHelper this
subName string
Résultat string

ModifyQuery() public static méthode

public static ModifyQuery ( string url, string name, string value ) : string
url string
name string
value string
Résultat string

ModifyQuery() public static méthode

public static ModifyQuery ( this context, string name, string value ) : string
context this
name string
value string
Résultat string

Post() public static méthode

public static Post ( this urlHelper, Sub sub, Post post ) : string
urlHelper this
sub Skimur.App.Sub
post Skimur.App.Post
Résultat string

Post() public static méthode

public static Post ( this urlHelper, string subName, System.Guid id, string title = null ) : string
urlHelper this
subName string
id System.Guid
title string
Résultat string

Register() public static méthode

public static Register ( this urlHelper ) : string
urlHelper this
Résultat string

ReportedComments() public static méthode

public static ReportedComments ( this urlHelper, string subName ) : string
urlHelper this
subName string
Résultat string

ReportedPosts() public static méthode

public static ReportedPosts ( this urlHelper, string subName ) : string
urlHelper this
subName string
Résultat string

RouteUrl() public static méthode

public static RouteUrl ( this urlHelper, string routeName ) : string
urlHelper this
routeName string
Résultat string

RouteUrl() public static méthode

public static RouteUrl ( this urlHelper, string routeName, object values ) : string
urlHelper this
routeName string
values object
Résultat string

Search() public static méthode

public static Search ( this urlHelper ) : string
urlHelper this
Résultat string

SetPassword() public static méthode

public static SetPassword ( this urlHelper ) : string
urlHelper this
Résultat string

Styles() public static méthode

public static Styles ( this urlHelper, string subName ) : string
urlHelper this
subName string
Résultat string

Sub() public static méthode

public static Sub ( this urlHelper, string subName ) : string
urlHelper this
subName string
Résultat string

SubBan() public static méthode

public static SubBan ( this urlHelper, string name ) : string
urlHelper this
name string
Résultat string

SubBans() public static méthode

public static SubBans ( this urlHelper, string name ) : string
urlHelper this
name string
Résultat string

SubSearch() public static méthode

public static SubSearch ( this urlHelper, string subName ) : string
urlHelper this
subName string
Résultat string

SubUnBan() public static méthode

public static SubUnBan ( this urlHelper, string name ) : string
urlHelper this
name string
Résultat string

SubUpdateBan() public static méthode

public static SubUpdateBan ( this urlHelper, string name ) : string
urlHelper this
name string
Résultat string

Subs() public static méthode

public static Subs ( this urlHelper, string query = null ) : string
urlHelper this
query string
Résultat string

SubsModerating() public static méthode

public static SubsModerating ( this urlHelper ) : string
urlHelper this
Résultat string

SubsNew() public static méthode

public static SubsNew ( this urlHelper ) : string
urlHelper this
Résultat string

SubsSubscribed() public static méthode

public static SubsSubscribed ( this urlHelper ) : string
urlHelper this
Résultat string

Thumbnail() public static méthode

public static Thumbnail ( this urlHelper, string thumb, ThumbnailType type ) : string
urlHelper this
thumb string
type ThumbnailType
Résultat string

Unmoderated() public static méthode

public static Unmoderated ( this urlHelper, string subName ) : string
urlHelper this
subName string
Résultat string

User() public static méthode

public static User ( this urlHelper, string userName ) : string
urlHelper this
userName string
Résultat string

UserComments() public static méthode

public static UserComments ( this urlHelper, string userName ) : string
urlHelper this
userName string
Résultat string

UserPosts() public static méthode

public static UserPosts ( this urlHelper, string userName ) : string
urlHelper this
userName string
Résultat string