Subtext.Framework.UI.Skinning.ScriptElementCollectionRenderer.RenderScriptAttribute C# (CSharp) Méthode

RenderScriptAttribute() private static méthode

private static RenderScriptAttribute ( string attributeName, string attributeValue ) : string
attributeName string
attributeValue string
Résultat string
        private static string RenderScriptAttribute(string attributeName, string attributeValue)
        {
            return attributeValue != null ? " " + attributeName + "=\"" + attributeValue + "\"" : String.Empty;
        }