Метод | Описание | |
---|---|---|
Compose ( this urlHelper, string to = null, string subject = null, string body = null ) : string | ||
Inbox ( this urlHelper ) : string | ||
MessageDetails ( this urlHelper, System.Guid messageId, System.Guid context = null ) : string | ||
MessageDetails ( this urlHelper, |
||
MessagesAll ( this urlHelper ) : string | ||
MessagesCommentReplies ( this urlHelper ) : string | ||
MessagesForModeratedSubs ( this urlHelper ) : string | ||
MessagesForModeratedSubsSent ( this urlHelper ) : string | ||
MessagesForModeratedSubsUnread ( this urlHelper ) : string | ||
MessagesForSub ( this urlHelper, string subName ) : string | ||
MessagesForSubSent ( this urlHelper, string subName ) : string | ||
MessagesForSubUnread ( this urlHelper, string subName ) : string | ||
MessagesMentions ( this urlHelper ) : string | ||
MessagesPostReplies ( this urlHelper ) : string | ||
MessagesPrivate ( this urlHelper ) : string | ||
MessagesUnread ( this urlHelper ) : string | ||
Sent ( this urlHelper ) : string |
public static Compose ( this urlHelper, string to = null, string subject = null, string body = null ) : string | ||
urlHelper | this | |
to | string | |
subject | string | |
body | string | |
Результат | string |
public static Inbox ( this urlHelper ) : string | ||
urlHelper | this | |
Результат | string |
public static MessageDetails ( this urlHelper, System.Guid messageId, System.Guid context = null ) : string | ||
urlHelper | this | |
messageId | System.Guid | |
context | System.Guid | |
Результат | string |
public static MessageDetails ( this urlHelper, |
||
urlHelper | this | |
message | ||
Результат | string |
public static MessagesAll ( this urlHelper ) : string | ||
urlHelper | this | |
Результат | string |
public static MessagesCommentReplies ( this urlHelper ) : string | ||
urlHelper | this | |
Результат | string |
public static MessagesForModeratedSubs ( this urlHelper ) : string | ||
urlHelper | this | |
Результат | string |
public static MessagesForModeratedSubsSent ( this urlHelper ) : string | ||
urlHelper | this | |
Результат | string |
public static MessagesForModeratedSubsUnread ( this urlHelper ) : string | ||
urlHelper | this | |
Результат | string |
public static MessagesForSub ( this urlHelper, string subName ) : string | ||
urlHelper | this | |
subName | string | |
Результат | string |
public static MessagesForSubSent ( this urlHelper, string subName ) : string | ||
urlHelper | this | |
subName | string | |
Результат | string |
public static MessagesForSubUnread ( this urlHelper, string subName ) : string | ||
urlHelper | this | |
subName | string | |
Результат | string |
public static MessagesMentions ( this urlHelper ) : string | ||
urlHelper | this | |
Результат | string |
public static MessagesPostReplies ( this urlHelper ) : string | ||
urlHelper | this | |
Результат | string |
public static MessagesPrivate ( this urlHelper ) : string | ||
urlHelper | this | |
Результат | string |
public static MessagesUnread ( this urlHelper ) : string | ||
urlHelper | this | |
Результат | string |
public static Sent ( this urlHelper ) : string | ||
urlHelper | this | |
Результат | string |